mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
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>
30 lines
680 B
YAML
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
|