Interface LiveServerToolCallCancellation

Notification for the client that a previously issued ToolCallMessage with the specified ids should have been not executed and should be cancelled.

If there were side-effects to those tool calls, clients may attempt to undo the tool calls. This message occurs only in cases where the clients interrupt server turns.

interface LiveServerToolCallCancellation {
    ids?: string[];
}

Properties

Properties

ids?: string[]

The ids of the tool calls to be cancelled.

MMNEPVFCICPMFPCPTTAAATR