ToolResources constructor

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

Creates a ToolResources.

Implementation

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