Uses of Record Class
org.springframework.ai.google.genai.GoogleGenAiChatOptions.ToolChoice
Packages that use GoogleGenAiChatOptions.ToolChoice
-
Uses of GoogleGenAiChatOptions.ToolChoice in org.springframework.ai.google.genai
Fields in org.springframework.ai.google.genai declared as GoogleGenAiChatOptions.ToolChoiceModifier and TypeFieldDescriptionprotected @Nullable GoogleGenAiChatOptions.ToolChoiceGoogleGenAiChatOptions.AbstractBuilder.toolChoiceMethods in org.springframework.ai.google.genai that return GoogleGenAiChatOptions.ToolChoiceModifier and TypeMethodDescriptionGoogleGenAiChatOptions.ToolChoice.Builder.build()@Nullable GoogleGenAiChatOptions.ToolChoiceGoogleGenAiChatOptions.getToolChoice()Returns the tool choice configuration.Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptions.ToolChoiceModifier and TypeMethodDescriptionGoogleGenAiChatOptions.AbstractBuilder.toolChoice(@Nullable GoogleGenAiChatOptions.ToolChoice toolChoice) Constructors in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptions.ToolChoiceModifierConstructorDescriptionprotectedGoogleGenAiChatOptions(@Nullable String model, @Nullable Double frequencyPenalty, @Nullable Integer maxOutputTokens, @Nullable Double presencePenalty, @Nullable List<String> stopSequences, @Nullable Double temperature, @Nullable Integer topK, @Nullable Double topP, @Nullable GoogleGenAiChatOptions.ToolChoice toolChoice, @Nullable List<ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable Integer candidateCount, @Nullable String responseMimeType, @Nullable String responseSchema, @Nullable Integer thinkingBudget, @Nullable Boolean includeThoughts, @Nullable GoogleGenAiThinkingLevel thinkingLevel, @Nullable Boolean includeExtendedUsageMetadata, @Nullable String cachedContentName, @Nullable Boolean useCachedContent, @Nullable Integer autoCacheThreshold, @Nullable Duration autoCacheTtl, @Nullable Boolean googleSearchRetrieval, @Nullable Boolean includeServerSideToolInvocations, @Nullable List<GoogleGenAiSafetySetting> safetySettings, @Nullable Map<String, String> labels, @Nullable GoogleGenAiServiceTier serviceTier)