import { type ThreadCreateParams } from "https://deno.land/x/openai@v4.21.0/resources/beta/mod.ts";
const { Message } = ThreadCreateParams;
Properties
A list of File IDs that
the message should use. There can be a maximum of 10 files attached to a
message. Useful for tools like retrieval
and code_interpreter
that can
access and use files.