Stay organized with collections
Save and categorize content based on your preferences.
Firebase.AI.ThinkingConfig
Configuration options for Thinking features.
Summary
Constructors and Destructors
|
ThinkingConfig(int? thinkingBudget, bool? includeThoughts)
Initializes configuration options for Thinking features.
|
Public functions
ThinkingConfig
Firebase::AI::ThinkingConfig::ThinkingConfig(
int? thinkingBudget,
bool? includeThoughts
)
Initializes configuration options for Thinking features.
Details |
Parameters |
thinkingBudget
|
The token budget for the model's thinking process.
|
includeThoughts
|
If true, summaries of the model's "thoughts" are included in responses.
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[null,null,["Last updated 2025-09-04 UTC."],[],[],null,["Firebase.AI.ThinkingConfig\n\nConfiguration options for Thinking features.\n\nSummary\n\n| Constructors and Destructors ||\n|---|---|\n| [ThinkingConfig](#struct_firebase_1_1_a_i_1_1_thinking_config_1a3bc4db652d93e066efa3514ddf0b505c)`(int? thinkingBudget, bool? includeThoughts)` Initializes configuration options for Thinking features. ||\n\nPublic functions \n\nThinkingConfig \n\n```c#\n Firebase::AI::ThinkingConfig::ThinkingConfig(\n int? thinkingBudget,\n bool? includeThoughts\n)\n``` \nInitializes configuration options for Thinking features.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |-------------------|-------------------------------------------------------------------------| | `thinkingBudget` | The token budget for the model's thinking process. | | `includeThoughts` | If true, summaries of the model's \"thoughts\" are included in responses. | |"]]