feat(api): add support to responses api (#52)

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2025-03-17 18:42:33 +01:00
committed by GitHub
parent 29a8713427
commit 31b5849d02
4 changed files with 233 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ Connect to IRC networks:
| `/chat/:name` | POST | Send message & get response | [Example](#send-message) |
| `/notify/:name` | GET | Send notification to agent | [Example](#notify-agent) |
| `/sse/:name` | GET | Real-time agent event stream | [Example](#agent-sse-stream) |
| `/v1/responses` | POST | Send message & get response | [OpenAI's Responses](https://platform.openai.com/docs/api-reference/responses/create) |
<details>
<summary><strong>Curl Examples</strong></summary>