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 TypeMethodDescriptionCompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> LLMClient.LLMSession.getNext() -
Uses of LLMOutput in com.mulesoft.modules.agent.broker.internal.extension.connection.session
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection.session that return types with arguments of type LLMOutputModifier and TypeMethodDescriptionprotected abstract CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> BaseLLMSession.doGetNext()protected CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> FunctionBasedSession.doGetNext()protected CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> StructuredResponseSession.doGetNext()final CompletableFuture<org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection>> BaseLLMSession.getNext()protected org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection> BaseLLMSession.onCustomCall(com.openai.models.responses.ResponseCustomToolCall toolCall) protected org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection> BaseLLMSession.onFunctionCall(com.openai.models.responses.ResponseFunctionToolCall toolCall) protected org.mule.runtime.api.functional.Either<LLMOutput,ToolSelection> FunctionBasedSession.onFunctionCall(com.openai.models.responses.ResponseFunctionToolCall toolCall) -
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