CodeInterpreterResourcesResponse
io.cequence.openaiscala.domain.response.AssistantToolResourceResponse$.CodeInterpreterResourcesResponse
final case class CodeInterpreterResourcesResponse(file_ids: Seq[FileId]) extends AssistantToolResourceResponse
Attributes
- fileIds
A list of file IDs made available to the code_interpreter tool. There can be a maximum of 20 files associated with the tool.
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any