Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Stop after a tool with this name has been called.

Example Usage

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

let value: StopServerToolsWhenHasToolCall = {
  toolName: "<value>",
  type: "has_tool_call",
};

Fields

FieldTypeRequiredDescription
toolNamestring:heavy_check_mark:N/A
type”has_tool_call”:heavy_check_mark:N/A