AgentProviderBuilder
Builder class for creating AgentProvider instances.
This builder provides a fluent API for creating AgentProvider objects, making it easier to configure agent providers.
Example usage:
val provider = AgentProviderBuilder()
.organization("Example Organization")
.url("https://example.org")
.create()Content copied to clipboard
Functions
Link copied to clipboard
Builds an AgentProvider instance with the configured parameters.
Link copied to clipboard
Sets the organization of the agent provider.
Link copied to clipboard
Sets the URL of the agent provider.