DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
AI for Frontend Developers
What's the recommended pattern for a response that's naturally structured data (e.g. a set of selectable options), rather than prose?
A
Ask the model to format it as markdown and parse the markdown back into structured data client-side
B
Have the model produce the structure via a tool call whose input schema IS the structured data, and render a real UI component from that
C
Always render every response as plain text regardless of its natural structure
D
This can only be done with a separate, non-Claude API call
Check Answer