LiveServerToolCallCancellation constructor

LiveServerToolCallCancellation({
  1. List<String>? functionIds,
})

Creates a LiveServerToolCallCancellation instance.

functionIds (optional): The list of function IDs to cancel.

Implementation

LiveServerToolCallCancellation({this.functionIds});