ToolCallDeltaChunk constructor

ToolCallDeltaChunk({
  1. ChunkType type = ChunkType.toolCallDelta,
  2. required Map<String, dynamic> data,
})

Implementation

ToolCallDeltaChunk({super.type = ChunkType.toolCallDelta, required this.data}) : super(data: data);