HostedCodeInterpreterTool constructor

HostedCodeInterpreterTool({
  1. List<AIContent>? inputs,
})

Creates a new HostedCodeInterpreterTool.

Implementation

HostedCodeInterpreterTool({
  this.inputs,
}) : super(name: 'code_interpreter', description: 'Code interpreter');