Class LiveServerToolCallCancellation

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.LiveServerToolCallCancellation

public abstract class LiveServerToolCallCancellation extends JsonSerializable
Notification for the client that a previously issued `ToolCallMessage` with the specified `id`s 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.