update docs

This commit is contained in:
geoffsee
2025-05-27 15:18:11 -04:00
parent 2c46e7b2fc
commit 2af47e476a
5 changed files with 18 additions and 33 deletions

View File

@@ -44,7 +44,7 @@ Creates a new stream resource for an agent.
| Field | Type | Description |
|-------|------|-------------|
| `resource` | string | The type of agent to use (e.g., "web-search", "news-search", "image-generator", "finance-query", "web-scrape") |
| `resource` | string | The type of agent to use (e.g., "web-search", "news-search", "image-generator", "web-scrape") |
| `input` | string | The input query or prompt for the agent |
**Response:**
@@ -81,7 +81,6 @@ The following agent types are available for use with the `resource` field in the
| `web-search` | Performs web searches using SearxNG |
| `news-search` | Searches for news articles |
| `image-generator` | Generates images based on text prompts |
| `finance-query` | Provides financial information |
| `web-scrape` | Scrapes content from web pages |
## Error Responses
@@ -109,4 +108,4 @@ curl -X POST https://your-server.com/api/webhooks \
```bash
curl https://your-server.com/webhooks/abc123 \
-H "Authorization: Bearer <session_token>"
```
```