CodeInterpreterToolCallContent constructor

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

Implementation

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