Create Hermes API response
hermes_api_responses_createGenerate a concise meta description for the hermes_api_responses_create tool that focuses on its purpose of creating OpenAI Responses API calls with conversation chaining and redacted receipts.
Instructions
Typed OpenAI Responses API POST /v1/responses wrapper. Requires api_call policy plus live/model/tool/external-side-effect gates, disables streaming in v0, supports previous_response_id / conversation chaining, and writes redacted request/result/response receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | User prompt / input text. Array content parts are not supported in v0. | |
| model | No | Model identifier; defaults to the configured Hermes API default model. | |
| store | No | Whether to store the response so it can be retrieved or chained later. | |
| stream | No | Streaming is disabled in v0. | |
| metadata | No | Optional caller metadata key/value pairs. | |
| conversation | No | Optional named conversation slug for automatic chaining. | |
| instructions | No | Optional system-level instructions for this response. | |
| previous_response_id | No | Optional previous response id for server-side conversation chaining. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |