BotSharp/docs/agent/router.md
2023-09-20 17:08:14 -05:00

11 lines
221 B
Markdown

# 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"
}
```