Files
sure/test/fixtures/messages.yml
Juan José Mata a377ed7552 Remove unused DeveloperMessage model (#1207)
DeveloperMessage was a debug-only STI subclass of Message that was never
created by any production code. Remove the model, view partial, test,
and fixtures, and simplify Chat#conversation_messages accordingly.

https://claude.ai/code/session_012pm5HKGKFs1tpAsvXMr4Tp

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-16 20:22:11 +01:00

30 lines
680 B
YAML

chat1_user:
type: UserMessage
content: Can you help me understand my spending habits?
chat: one
ai_model: gpt-4.1
created_at: 2025-03-20 12:00:01
chat2_user:
type: UserMessage
content: Can you help me understand my spending habits?
ai_model: gpt-4.1
chat: two
created_at: 2025-03-20 12:00:01
chat1_assistant_reasoning:
type: AssistantMessage
content: I'm thinking...
ai_model: gpt-4.1
chat: one
created_at: 2025-03-20 12:01:00
reasoning: true
chat1_assistant_response:
type: AssistantMessage
content: Hello! I can help you understand your spending habits.
ai_model: gpt-4.1
chat: one
created_at: 2025-03-20 12:02:00
reasoning: false