mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
19 lines
5.2 KiB
Plaintext
19 lines
5.2 KiB
Plaintext
---
|
|
title: "ReasoningDetailServerToolCall"
|
|
---
|
|
|
|
Record of an OpenRouter server-tool invocation (e.g. openrouter:fusion), carried in reasoning_details so a prior tool call can be rehydrated into a later turn of the same conversation.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
|
|
| `arguments` | *str* | :heavy_check_mark: | N/A | |
|
|
| `format_` | [OptionalNullable[components.ReasoningFormat]](../components/reasoningformat.mdx) | :heavy_minus_sign: | N/A | unknown |
|
|
| `id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |
|
|
| `index` | *Optional[int]* | :heavy_minus_sign: | N/A | |
|
|
| `result` | *str* | :heavy_check_mark: | N/A | |
|
|
| `tool_call_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |
|
|
| `tool_name` | *str* | :heavy_check_mark: | N/A | |
|
|
| `type` | [components.ReasoningDetailServerToolCallType](../components/reasoningdetailservertoolcalltype.mdx) | :heavy_check_mark: | N/A | | |