Files
openrouter-python-sdk-retry…/docs/models/chatcompletiontoolfunction.md
T
2025-08-22 10:31:13 -05:00

1.7 KiB
Raw Blame History

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