Returns the Studio Code workspace view model for the current user, with active and recent conversations, and default settings for code generation.
GET/studio/code
- Reads prior messages and conversation summaries from the read-only context filtered by user.
- Falls back to a placeholder message if no history exists for the selected/created conversation.
- Default provider/model are derived from the user's saved selection (ServiceType.Code), with
sensible fallbacks (
openai,gpt-4o) when not configured.
Request
Responses
- 200
OK