mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 06:55:21 +02:00
43 lines
1,004 B
YAML
43 lines
1,004 B
YAML
chat1_developer:
|
|
type: DeveloperMessage
|
|
content: You are a personal finance assistant. Be concise and helpful.
|
|
chat: one
|
|
created_at: 2025-03-20 12:00:00
|
|
debug: false
|
|
|
|
chat1_developer_debug:
|
|
type: DeveloperMessage
|
|
content: An internal debug message
|
|
chat: one
|
|
created_at: 2025-03-20 12:00:02
|
|
debug: true
|
|
|
|
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
|