toolCallId property

  1. @JsonKey.new(name: 'toolCallId', fromJson: _decodeToolCallContentChunkToolCallId, toJson: _encodeToolCallContentChunkToolCallId, includeIfNull: false, required: true)
ToolCallId toolCallId
final

The ID of the tool call this content belongs to.

Implementation

@JsonKey(
  name: 'toolCallId',
  fromJson: _decodeToolCallContentChunkToolCallId,
  toJson: _encodeToolCallContentChunkToolCallId,
  includeIfNull: false,
  required: true,
)
final ToolCallId toolCallId;