feat(api): add support to responses api (#52)
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
29a8713427
commit
31b5849d02
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user