CodeInterpreterStepCall constructor
const
CodeInterpreterStepCall({
- required String id,
- required String input,
- required List<
CodeInterpreterOutput> outputs,
Creates a CodeInterpreterStepCall.
Implementation
const CodeInterpreterStepCall({
required this.id,
required this.input,
required this.outputs,
});