Prompt Sharing and Improved Variable Debugging
This week we're excited to introduce two new features that will enhance your workflow and make it easier to build and debug your agents.
Export and Import Prompts in the Prompt CMS
Reusing and sharing prompts across different agents is now a breeze with our new export and import functionality in the Prompt CMS. Easily export prompts individually or in bulk as JSON files.
- Import prompts into any agent with just a few clicks, including any variables or entities that are used in the prompt.
- Streamline your workflow by reusing effective prompts across projects.
- Share your best prompts with colleagues and the community.
Building great agent experiences often involves iterating on prompts. Now you can save time by leveraging your best prompts across all your agents.
Improved Variable Debugging for Objects and Arrays
Debugging when using complex variables is now more intuitive in the debug panel. We've improved the display of objects and arrays so you can easily inspect their values.
- See and modify objects and arrays assigned to variables during prototyping.
- Quickly identify issues with variable assignments.
Previously, objects were not displayed from the debug panel, making it difficult to understand what data they contained. This improvement brings more transparency to your debugging process.