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.
Properties
Section titled “Properties”id: string;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;