GptRunCodeInterpreterToolCall constructor

GptRunCodeInterpreterToolCall({
  1. required GptToolCallType type,
  2. required String id,
  3. required GptCodeInterpreter codeInterpreter,
})

Implementation

GptRunCodeInterpreterToolCall({required super.type, required super.id, required this.codeInterpreter});