CodeInterpreterResources constructor

const CodeInterpreterResources({
  1. List<String>? fileIds,
})

Implementation

const CodeInterpreterResources({this.fileIds});