ToolResources constructor

const ToolResources({
  1. CodeInterpreterResources? codeInterpreter,
  2. FileSearchResources? fileSearch,
})

Implementation

const ToolResources({this.codeInterpreter, this.fileSearch});