Uses of Class
com.mulesoft.modules.agent.broker.internal.state.model.LLMOutput
Packages that use LLMOutput
Package
Description
-
Uses of LLMOutput in com.mulesoft.modules.agent.broker.internal.extension.connection
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection that return types with arguments of type LLMOutputModifier and TypeMethodDescriptionprotected abstract CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> final CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> BaseLLMSession.getNext()CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> LLMClient.LLMSession.getNext() -
Uses of LLMOutput in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini that return types with arguments of type LLMOutputModifier and TypeMethodDescriptionprotected CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> MG says: implementation hint. -
Uses of LLMOutput in com.mulesoft.modules.agent.broker.internal.extension.connection.openai
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection.openai that return types with arguments of type LLMOutputModifier and TypeMethodDescriptionprotected CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> -
Uses of LLMOutput in com.mulesoft.modules.agent.broker.internal.state.model
Methods in com.mulesoft.modules.agent.broker.internal.state.model that return LLMOutputMethods in com.mulesoft.modules.agent.broker.internal.state.model with parameters of type LLMOutput