mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
chore: 🐝 Update SDK - Generate (spec change merged) 0.11.13 (#414)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
c9d39da708
commit
9b7ee68d76
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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 | |
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "ReasoningDetailServerToolCallType"
|
||||
---
|
||||
|
||||
## Example Usage
|
||||
|
||||
```python
|
||||
from openrouter.components import ReasoningDetailServerToolCallType
|
||||
value: ReasoningDetailServerToolCallType = "reasoning.server_tool_call"
|
||||
```
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
- `"reasoning.server_tool_call"`
|
||||
@@ -13,6 +13,12 @@ Reasoning detail union schema
|
||||
value: components.ReasoningDetailEncrypted = /* values here */
|
||||
```
|
||||
|
||||
### `components.ReasoningDetailServerToolCall`
|
||||
|
||||
```python
|
||||
value: components.ReasoningDetailServerToolCall = /* values here */
|
||||
```
|
||||
|
||||
### `components.ReasoningDetailSummary`
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user