toMap method

Map<String, dynamic> toMap()

Map representation of object (not serialized)

Implementation

Map<String, dynamic> toMap() {
  return {
    'tool_call_id': toolCallId,
    'output': output,
  };
}