CodeInterpreterToolResultContent constructor

CodeInterpreterToolResultContent({
  1. required String callId,
  2. List<AIContent>? outputs,
  3. Object? rawRepresentation,
  4. AdditionalPropertiesDictionary? additionalProperties,
})

Implementation

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