ToolCallContent constructor

ToolCallContent({
  1. required String callId,
  2. Object? rawRepresentation,
  3. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new ToolCallContent.

Implementation

ToolCallContent({
  required this.callId,
  super.rawRepresentation,
  super.additionalProperties,
});