Uses of Class
com.mulesoft.modules.agent.conductor.api.model.llm.LLMSettings
Packages that use LLMSettings
Package
Description
-
Uses of LLMSettings in com.mulesoft.modules.agent.conductor.api.model.llm.einstein
Subclasses of LLMSettings in com.mulesoft.modules.agent.conductor.api.model.llm.einstein -
Uses of LLMSettings in com.mulesoft.modules.agent.conductor.internal.llm.client
Methods in com.mulesoft.modules.agent.conductor.internal.llm.client with parameters of type LLMSettings -
Uses of LLMSettings in com.mulesoft.modules.agent.conductor.internal.operation.loop
Methods in com.mulesoft.modules.agent.conductor.internal.operation.loop with parameters of type LLMSettingsModifier and TypeMethodDescriptionvoidLoopOperation.agentLoop(AgentConductor config, String taskId, String contextId, String prompt, LLMSettings llm, String instructions, String groundings, 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<Orchestration, Void> completionCallback)