GptRunCodeInterpreterToolCall constructor
GptRunCodeInterpreterToolCall({
- required GptToolCallType type,
- required String id,
- required GptCodeInterpreter codeInterpreter,
Implementation
GptRunCodeInterpreterToolCall({required super.type, required super.id, required this.codeInterpreter});