locations property

List<ToolCallLocation>? locations
final

Replacement locations when present. null means the field was omitted; an empty list explicitly clears the current locations.

Implementation

final List<ToolCallLocation>? locations;