mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-01 12:40:23 +08:00
1.7 KiB
1.7 KiB
ChatCompletionToolFunction
Function definition for tool calling
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | Function name (a-z, A-Z, 0-9, underscores, dashes, max 64 chars) |
description |
Optional[str] | ➖ | Function description for the model |
parameters |
Optional[models.Parameters] | ➖ | Function parameters as JSON Schema object |
strict |
OptionalNullable[bool] | ➖ | Enable strict schema adherence |