Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/app/docs/kagent/resources/api-ref/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const metadata = {

## kagent.dev/v1alpha2

Package v1alpha1 contains API Schema definitions for the agent v1alpha1 API group.
Package v1alpha2 contains API Schema definitions for the kagent.dev v1alpha2 API group.

### Resource Types
- [Agent](#agent)
Expand Down Expand Up @@ -1163,7 +1163,7 @@ _Appears in:_
| `seed` _integer_ | Seed value | | |
| `n` _integer_ | N value | | |
| `timeout` _integer_ | Timeout | | |
| `reasoningEffort` _[OpenAIReasoningEffort](#openaireasoningeffort)_ | Reasoning effort | | Enum: [minimal low medium high] <br /> |
| `reasoningEffort` _[OpenAIReasoningEffort](#openaireasoningeffort)_ | Reasoning effort | | Enum: [none minimal low medium high] <br /> |
| `tokenExchange` _[TokenExchangeConfig](#tokenexchangeconfig)_ | TokenExchange configures dynamic bearer token acquisition via credential exchange.<br />Requires apiKeySecret (used as the service account secret) and is mutually exclusive with apiKeyPassthrough. | | |


Expand All @@ -1172,9 +1172,11 @@ _Appears in:_
_Underlying type:_ _string_

OpenAIReasoningEffort represents how many reasoning tokens the model generates before producing a response.
Set to "none" to disable reasoning; some models (e.g. gpt-5.6-terra) require this to use
function tools via the Chat Completions API.

_Validation:_
- Enum: [minimal low medium high]
- Enum: [none minimal low medium high]

_Appears in:_
- [OpenAIConfig](#openaiconfig)
Expand Down