Uses of Record Class
io.github.glaforge.gemini.interactions.model.Config.GenerationConfig
Packages that use Config.GenerationConfig
-
Uses of Config.GenerationConfig in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Config.GenerationConfigModifier and TypeMethodDescriptionInteractionParams.AgentInteractionParams.generationConfig()Returns the value of thegenerationConfigrecord component.InteractionParams.ModelInteractionParams.generationConfig()Returns the value of thegenerationConfigrecord component.Methods in io.github.glaforge.gemini.interactions.model with parameters of type Config.GenerationConfigModifier and TypeMethodDescriptionInteractionParams.AgentInteractionParams.Builder.generationConfig(Config.GenerationConfig generationConfig) Sets the generation config.InteractionParams.ModelInteractionParams.Builder.generationConfig(Config.GenerationConfig generationConfig) Sets the generation config.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Config.GenerationConfigModifierConstructorDescriptionAgentInteractionParams(String agent, Object input, Config.AgentConfig agentConfig, Config.GenerationConfig generationConfig, List<Tool> tools, Boolean stream, Boolean store, Boolean background, String systemInstruction, List<Interaction.Modality> responseModalities, Object responseFormat, String responseMimeType, String previousInteractionId) Creates an instance of aAgentInteractionParamsrecord class.ModelInteractionParams(String model, Object input, Config.GenerationConfig generationConfig, List<Tool> tools, Boolean stream, Boolean store, Boolean background, String systemInstruction, List<Interaction.Modality> responseModalities, Object responseFormat, String responseMimeType, String previousInteractionId) Creates an instance of aModelInteractionParamsrecord class.