Property ToolCallId
ToolCallId
Identifier that correlates this result with the originating tool call.
This should match the Id
of the corresponding ToolCall so
downstream logic (and the model) can associate the result with the correct request.
public string ToolCallId { get; }