AgentCapabilitiesBuilder

Builder class for creating AgentCapabilities instances.

This builder provides a fluent API for creating AgentCapabilities objects, making it easier to configure agent capabilities.

Example usage:

val capabilities = AgentCapabilitiesBuilder()
.streaming(true)
.pushNotifications(true)
.stateTransitionHistory(false)
.create()

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds an AgentCapabilities instance with the configured parameters.

Link copied to clipboard

Sets the push notifications capability.

Link copied to clipboard

Sets the state transition history capability.

Link copied to clipboard

Sets the streaming capability.