mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
1. Added a page about interacting with agent API. 2. Added a page about interacting with agent webhooks. 3. Fixed small bug with /api/answer
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"basics": {
|
|
"title": "🤖 Agent Basics",
|
|
"href": "/Agents/basics"
|
|
},
|
|
"api": {
|
|
"title": "🔌 Agent API",
|
|
"href": "/Agents/api"
|
|
},
|
|
"webhooks": {
|
|
"title": "🪝 Agent Webhooks",
|
|
"href": "/Agents/webhooks"
|
|
}
|
|
}
|