Uses of Interface
com.mulesoft.modules.agent.broker.internal.extension.connection.LLMClient
Packages that use LLMClient
Package
Description
-
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.extension.connection
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection with parameters of type LLMClientModifier and TypeMethodDescriptionfinal voidBaseConnectionProvider.disconnect(LLMClient connection) org.mule.runtime.api.connection.ConnectionValidationResult -
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini
Classes in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini that implement LLMClientMethods in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini that return LLMClient -
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.extension.connection.openai
Classes in com.mulesoft.modules.agent.broker.internal.extension.connection.openai that implement LLMClientMethods in com.mulesoft.modules.agent.broker.internal.extension.connection.openai that return LLMClient -
Uses of LLMClient in com.mulesoft.modules.agent.broker.internal.operation.loop
Methods in com.mulesoft.modules.agent.broker.internal.operation.loop with parameters of type LLMClientModifier and TypeMethodDescriptionvoidLoopOperation.agentLoop(AgentsBroker config, LLMClient llmClient, String taskId, String contextId, InputStream a2aMessageSendParams, org.mule.runtime.api.util.MultiMap<String, String> headers, String apiInstanceId, String instructions, List<McpServer> mcpServers, List<A2AClient> a2aClients, List<CustomToolRoute> tools, Integer maxNumberOfLoops, Integer maxConsecutiveErrors, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceContextManager, org.mule.runtime.extension.api.client.ExtensionsClient extensionsClient, org.mule.runtime.extension.api.runtime.process.CompletionCallback<String, Void> completionCallback)