Uses of Class
com.mulesoft.modules.agent.broker.internal.llm.LLMRequest
Packages that use LLMRequest
Package
Description
-
Uses of LLMRequest in com.mulesoft.modules.agent.broker.internal.extension.connection
Fields in com.mulesoft.modules.agent.broker.internal.extension.connection declared as LLMRequestMethods in com.mulesoft.modules.agent.broker.internal.extension.connection that return LLMRequestModifier and TypeMethodDescriptionfinal LLMRequestBaseLLMSession.getInitialRequest()LLMClient.LLMSession.getInitialRequest()Methods in com.mulesoft.modules.agent.broker.internal.extension.connection with parameters of type LLMRequestModifier and TypeMethodDescriptionprotected voidBaseLLMSession.addUserInstructionsSection(StringBuilder prompt, LLMRequest request) protected StringBaseLLMSession.buildSystemPrompt(LLMRequest request) LLMClient.createSession(LLMRequest request) Constructors in com.mulesoft.modules.agent.broker.internal.extension.connection with parameters of type LLMRequest -
Uses of LLMRequest in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini with parameters of type LLMRequestConstructors in com.mulesoft.modules.agent.broker.internal.extension.connection.gemini with parameters of type LLMRequestModifierConstructorDescriptionGeminiSession(com.google.genai.Client client, LLMRequest llmRequest, GeminiSettings settings, List<com.google.genai.types.Tool> tools, Set<String> a2aToolSet) -
Uses of LLMRequest in com.mulesoft.modules.agent.broker.internal.extension.connection.openai
Methods in com.mulesoft.modules.agent.broker.internal.extension.connection.openai with parameters of type LLMRequestConstructors in com.mulesoft.modules.agent.broker.internal.extension.connection.openai with parameters of type LLMRequestModifierConstructorDescriptionOpenAISession(com.openai.client.OpenAIClient client, LLMRequest llmRequest, OpenAISettings settings, List<com.openai.models.responses.Tool> tools)