ToolCallContent constructor
ToolCallContent({
- required String callId,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new ToolCallContent.
Implementation
ToolCallContent({
required this.callId,
super.rawRepresentation,
super.additionalProperties,
});