If your tool accepts user-provided files, declare file parameters withDocumentation Index
Fetch the complete documentation index at: https://docs-staging.skybridge.tech/llms.txt
Use this file to discover all available pages before exploring further.
_meta["openai/fileParams"]. The value is a list of top-level input schema fields that ChatGPT will treat as files. Nested file fields are not supported.
To return downloadable files from a tool, include a file reference in structuredContent, usually under a field such as file_uri.
Shape
download_url is required in both input and output positions. On input, the host fills it. On output, your tool handler is responsible for producing a URL the host can fetch.
See also
useFiles: upload, pick, and resolve fileIds from the view- OpenAI Apps SDK file handling doc