Type Alias AssistToolSpec

AssistToolSpec: {
    description: string;
    name: string;
    parameters: Record<string, unknown>;
}

Metadata for a tool whose name starts with assist_, shown as assist actions on the watch UI.