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