Create an active AgentProfile named 'Input Normalizer'.
Add input and output contracts to your Input Normalizer agent.
Practice exercises with AI evaluation — submit your answer and get personalised feedback.
Write a complete system prompt for an agent that classifies customer complaints. The agent receives a customer message and must respond with ONLY valid JSON in…
Write the JSON Schema `input_contract` and `output_contract` for the complaint classifier from the previous exercise. Each contract must be a valid JSON Schema…
Your agent has a valid output_contract requiring JSON, but it keeps returning plain English sentences instead. The system prompt says 'Return your answer in JS…