CodeInterpreterToolCallContent constructor
CodeInterpreterToolCallContent({
- required String callId,
- List<
AIContent> ? inputs, - Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new CodeInterpreterToolCallContent.
Implementation
CodeInterpreterToolCallContent({
required this.callId,
this.inputs,
super.rawRepresentation,
super.additionalProperties,
});