version: "0.1" sessions: - id: "session-1" title: "Basic Test Session" created_at: "2024-01-01T00:00:00Z" participants: - id: "user-1" kind: user display_name: "Test User" - id: "assistant-1" kind: assistant display_name: "Test Assistant" messages: - id: "msg-1" session_id: "session-1" role: user content: "Hello, assistant!" created_at: "2024-01-01T00:00:01Z" - id: "msg-2" session_id: "session-1" role: assistant content: "Hello! How can I help you today?" created_at: "2024-01-01T00:00:02Z" parent_id: "msg-1" responders: keyword_map: hello: "Hi there!" help: "I can assist you with various tasks." default_strategy: echo streaming: enabled: true tokens_per_chunk: 5 chunk_interval_ms: 100 jitter_ms: 20