MessageSendConfigurationBuilder
Builder for creating MessageSendConfiguration instances using a DSL approach.
Example usage:
val configuration = MessageSendConfiguration.build {
blocking = true
historyLength = 10
acceptedOutputModes = listOf("text/plain", "application/json")
}Content copied to clipboard
See also
Properties
Link copied to clipboard
A list of output MIME types the client is prepared to accept in the response.
Link copied to clipboard
The number of most recent messages from the task's history to retrieve in the response.
Link copied to clipboard
Configuration for the agent to send push notifications for updates after the initial response.