Assistant Resources
In Max, assistants can have files uploaded as Resources that all skills within the assistant can access at runtime. These resources offer flexibility for developers, allowing them to store and use shared assets such as:
- Graphics for visualizations, like brand logos, that multiple skills may need to access.
- Configuration files (e.g., JSON) to store data or settings that several skills within the assistant may require.
- Other use cases, depending on the needs of the assistant and the skills it contains.
Users can upload, rename, delete, and download assistant resources as an archive, providing seamless file management across all skills within the assistant.
You can quickly copy links to resources by clicking the copy icon. This link can then be used to reference the resource in skill code, landing page code, or other places in the tenant.
Updated about 1 month ago