We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42280ee + b1ea7fd commit 8d8ee32Copy full SHA for 8d8ee32
1 file changed
src/Infrastructure/BotSharp.Core/data/agents/01e2fc5c-2c89-4ec7-8470-7688608b496c/agent.json
@@ -7,5 +7,11 @@
7
"updatedDateTime": "2024-01-15T14:39:32Z",
8
"iconUrl": "/images/logo.png",
9
"disabled": false,
10
- "isPublic": true
+ "isPublic": true,
11
+ "llmConfig": {
12
+ "is_inherit": false,
13
+ "provider": "openai",
14
+ "model": "gpt-4o-mini",
15
+ "max_recursion_depth": 3
16
+ }
17
}
0 commit comments