const body = await req.json();
13 const { messages, memory, maxSteps = 200 } = body;
14
15 // Call the Mastra chat endpoint (uses chatRoute which provides AI SDK format)
16 const response = await fetch('http://localhost:4111/chat/scenarioCoordinatorAgent', {
const body = await req.json();
13 const { messages, memory, maxSteps = 200 } = body;
14
15 // Call the Mastra chat endpoint (uses chatRoute which provides AI SDK format)
16 const response = await fetch('http://localhost:4111/chat/scenarioCoordinatorAgent', {