The purpose of the AI file, used to determine how the file should be processed or utilized.
'context' - The file is included directly in the AI prompt as contextual content (e.g., images, PDFs).
Use this for files that the AI should reference when generating a response.
'tools' - The file is returned as part of a tool/function call result (e.g., query results, generated documents).
Use this for files produced by AI tools or integrations that should be delivered to the caller alongside the response.
The purpose of the AI file, used to determine how the file should be processed or utilized.
'context'- The file is included directly in the AI prompt as contextual content (e.g., images, PDFs). Use this for files that the AI should reference when generating a response.'tools'- The file is returned as part of a tool/function call result (e.g., query results, generated documents). Use this for files produced by AI tools or integrations that should be delivered to the caller alongside the response.