You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "AI agent processor used to handle spreadsheets and tabular data.",
25603
+
"type": "object",
25604
+
"properties": {
25605
+
"model": {
25606
+
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](g://box-ai/supported-models).",
25607
+
"type": "string",
25608
+
"example": "azure__openai__gpt_4o_mini"
25609
+
},
25610
+
"num_tokens_for_completion": {
25611
+
"description": "The number of tokens for completion.",
"description": "AI agent processor used to handle spreadsheets and tabular data.",
25603
+
"type": "object",
25604
+
"properties": {
25605
+
"model": {
25606
+
"description": "The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](g://box-ai/supported-models).",
25607
+
"type": "string",
25608
+
"example": "azure__openai__gpt_4o_mini"
25609
+
},
25610
+
"num_tokens_for_completion": {
25611
+
"description": "The number of tokens for completion.",
0 commit comments