The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatMessageToolCallFunction } from "@openrouter/sdk/models";
let value: ChatMessageToolCallFunction = {
name: "<value>",
arguments: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | :heavy_check_mark: | N/A |
arguments | string | :heavy_check_mark: | N/A |