Metaso integration (AI, Data). Imported from open-connector.
https://metaso.cn/api/v1/search
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | The search query. |
| scope | string | optional | The Metaso search scope. |
| includeSummary | boolean | optional | Whether Metaso should use webpage summaries to improve recall. |
| includeRawContent | boolean | optional | Whether Metaso should fetch raw webpage content. |
| size | integer | optional | The maximum number of results to return. |
| page | integer | optional | The one-based results page number to return. |
| conciseSnippet | boolean | optional | Whether to return concise snippet matches. |
/reader
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The webpage URL to read. |
| format | string | required | The output format returned by the Metaso reader. |
/chat/completions
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | optional | The Metaso search scope. |
| model | string | optional | The Metaso chat model identifier. |
| conciseSnippet | boolean | optional | Whether to request concise snippets in grounding results. |
| messages | array | optional | The ordered chat messages. |
| message | string | optional | A convenience single user message that is converted into messages. |
| stream | boolean | optional | Whether to request a streaming response. Use the action that matches the desire… |
/chat/completions
| Param | Type | Required | Description |
|---|---|---|---|
| scope | string | optional | The Metaso search scope. |
| model | string | optional | The Metaso chat model identifier. |
| conciseSnippet | boolean | optional | Whether to request concise snippets in grounding results. |
| messages | array | optional | The ordered chat messages. |
| message | string | optional | A convenience single user message that is converted into messages. |
| stream | boolean | optional | Whether to request a streaming response. Use the action that matches the desire… |