AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
hardAI for Frontend Developers
A follow-up request's messages array is: [user Q, tool_result block] — with NO assistant turn containing the original tool_use in between. What is the most likely outcome?
code
messages: [
{ role: 'user', content: 'Weather in Tokyo?' },
{ role: 'user', content: [{ type: 'tool_result', tool_use_id: 'toolu_01', content: '...' }] },
]