Skip to content

ToolChoice

type ToolChoice = {
id: string;
};

Identifies the tool that should run for a single message submission. Mirrors the ToolChoice shape exposed by the chatkit-python SDK.

id: string;