/**
 * Name of a pre-defined tool or built-in tool available to the assistant.
 */
export type ToolName = string;
