weave.startTurn({
agentId: 'research-bot-prod',
agentName: 'research-bot',
agentDescription: 'Looks up facts on Wikipedia.',
agentVersion: '1.4.2',
model: 'gpt-4o',
userMessage: 'What is the weather in Tokyo?',
systemInstructions: ['You are a helpful weather bot.'],
startTime: new Date('2026-05-29T10:00:00.000Z'),
});