Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ChatNamedToolChoiceFunction } from "@openrouter/sdk/models";

let value: ChatNamedToolChoiceFunction = {
  name: "get_weather",
};

Fields

FieldTypeRequiredDescriptionExample
namestring:heavy_check_mark:Function name to callget_weather