toolCallId property
- @JsonKey.new(name: 'toolCallId', fromJson: _decodeToolCallContentChunkToolCallId, toJson: _encodeToolCallContentChunkToolCallId, includeIfNull: false, required: true)
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;