Process this HTML document
", + "contentType": "text/html" + } + ] + }; +};`} py={`def welcome(): + return { + "welcome": "Welcome to your agent! Send a message to get started.", + "prompts": [ + { + "data": "Hello, how can you help me?", + "contentType": "text/plain" + }, + { + "data": '{"query": "What is AI?", "format": "brief"}', + "contentType": "application/json" + }, + { + "data": "# Research Request\\n\\nPlease analyze current market trends", + "contentType": "text/markdown" + }, + { + "data": "Process this HTML document
", + "contentType": "text/html" + } + ] + } +`} /> + +These prompts appear as clickable examples in the DevMode interface, making it easy to test common scenarios and edge cases. + +## Monitoring and Debugging + +### Sessions Tab + +Track your test runs with details on status, duration, costs, and performance metrics. + +