Uses of Class
io.github.glaforge.gemini.interactions.model.InteractionParams.AgentInteractionParams.Builder
Packages that use InteractionParams.AgentInteractionParams.Builder
-
Uses of InteractionParams.AgentInteractionParams.Builder in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return InteractionParams.AgentInteractionParams.BuilderModifier and TypeMethodDescriptionSets the agent.InteractionParams.AgentInteractionParams.Builder.agentConfig(Config.AgentConfig agentConfig) Sets the agent configuration.InteractionParams.AgentInteractionParams.Builder.background(Boolean background) Sets the background flag.InteractionParams.AgentInteractionParams.builder()Returns a new builder for agent interaction parameters.InteractionParams.AgentInteractionParams.Builder.generationConfig(Config.GenerationConfig generationConfig) Sets the generation config.InteractionParams.AgentInteractionParams.Builder.imageConfig(Config.ImageConfig imageConfig) Sets the image config.Sets the input content as a list of Content objects.InteractionParams.AgentInteractionParams.Builder.input(Interaction.Turn... turns) Sets the input content as a list of Turns (multi-turn history).Sets the input content as a string.InteractionParams.AgentInteractionParams.Builder.inputContents(List<Content> content) Sets the input content as a list of Content objects.InteractionParams.AgentInteractionParams.Builder.inputTurns(List<Interaction.Turn> turns) Sets the input content as a list of Turns (multi-turn history).InteractionParams.AgentInteractionParams.Builder.previousInteractionId(String previousInteractionId) Sets the previous interaction ID.InteractionParams.AgentInteractionParams.Builder.responseFormat(Schema responseFormat) Sets the response format from a schema.InteractionParams.AgentInteractionParams.Builder.responseFormat(String responseFormat) Sets the response format from a JSON string.InteractionParams.AgentInteractionParams.Builder.responseFormat(Map<String, Object> responseFormat) Sets the response format from a map.InteractionParams.AgentInteractionParams.Builder.responseMimeType(String responseMimeType) Sets the response MIME type.InteractionParams.AgentInteractionParams.Builder.responseModalities(Interaction.Modality... responseModalities) Sets the response modalities.InteractionParams.AgentInteractionParams.Builder.responseModalities(List<Interaction.Modality> responseModalities) Sets the response modalities.InteractionParams.AgentInteractionParams.Builder.speechConfig(Config.SpeechConfig speechConfig) Sets the speech config.InteractionParams.AgentInteractionParams.Builder.speechConfigs(List<Config.SpeechConfig> speechConfigs) Sets the speech configs.Sets the store flag.Sets the stream flag.InteractionParams.AgentInteractionParams.Builder.systemInstruction(String systemInstruction) Sets the system instruction.Sets the tools.Sets the tools.