BotSharp/docs/agent/router.md

11 lines
221 B
Markdown
Raw Normal View History

2023-09-20 22:08:14 +00:00
# Router
This section will explain in detail the usage of Router. Router has a dedicated configuration node for customization.
```json
"Router": {
"RouterId": "",
"Provider": "azure-openai",
"Model": "gpt-4"
}
```