chore: add context_window_limit and max_tokens to UpdateAgent [LET-3743] [LET-3741] (#5710)
* chore: add context_window_limit and max_tokens to update agent [LET-3743] * add generated sdk docs * simplify comment
This commit is contained in:
committed by
Caren Thomas
parent
4823416af9
commit
8872a3b954
@@ -31467,6 +31467,30 @@
|
||||
"title": "Embedding",
|
||||
"description": "The embedding configuration handle used by the agent, specified in the format provider/model-name."
|
||||
},
|
||||
"context_window_limit": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Context Window Limit",
|
||||
"description": "The context window limit used by the agent."
|
||||
},
|
||||
"max_tokens": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Max Tokens",
|
||||
"description": "The maximum number of tokens to generate, including reasoning step. If not set, the model will use its default value."
|
||||
},
|
||||
"reasoning": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user