Skip to content

Conversation

@johanandren
Copy link
Contributor

Follow up to #1249

@github-actions github-actions bot added the documentation documentation related label Feb 2, 2026
Copy link
Contributor

@ennru ennru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Co-authored-by: Enno Runne <458526+ennru@users.noreply.github.com>
at the price of tokens used for the thought process.

For models that support thinking, it is enabled through model-specific configuration, either by setting a thinking token budget, or
by a toggle. Thinking is disabled for all models by default.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is actually an enum for gemini 3, but this is close enough.

Copy link
Contributor

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

by a toggle. Thinking is disabled for all models by default.

== Model configuration
The following is a list of all natively supported model configurations. Remember that if you don't see your model or model format here, you can always create your own custom configuration and still use all of the Agent-related components.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be listed in below table too, for each model that supports it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I didn't notice this is manual table, thought it was pulled in from reference.conf. Yes, I'll add it for each model here as well.

| return-thinking
| boolean
| Return thinking can be enabled

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two were accidentally added with the bedrock support, controlled by runtime (for all models)

@octonato
Copy link
Contributor

octonato commented Feb 9, 2026

Vale is complaining that a negative number is using a hyphen instead of an en dash. 🤷

@johanandren
Copy link
Contributor Author

Vale, all he ever does is complain.

@johanandren johanandren merged commit eda2e62 into main Feb 9, 2026
10 checks passed
@johanandren johanandren deleted the johanandren-patch-1 branch February 9, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation documentation related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants