responses
Run the unified Algenta utility response surface: deterministic tokenization/embeddings, or (for provider-backed chat models) a chat response with optional function/tool calling. input accepts a plain string, a list of independent strings (each processed as its own single-turn request), or a typed OpenResponses-style input array (items shaped {type: message|function_call|function_call_output, ...}) processed as ONE multi-turn conversation. previous_response_id continues a prior typed-array conversation -- state is held in the Algenta server process's memory only, so it does not survive a process restart or a different worker/replica.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| model | No | text.tokenizer | |
| tools | No | ||
| dimensions | No | ||
| tool_choice | No | ||
| parallel_tool_calls | No | ||
| previous_response_id | No |