ariefansclub commited on
Commit
1fd7d72
·
verified ·
1 Parent(s): aefcd34

Create interactive_session_logs.json

Browse files
Files changed (1) hide show
  1. interactive_session_logs.json +18 -0
interactive_session_logs.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "session_id": "sess_001",
4
+ "initial_state": "idle",
5
+ "human_input": "Can you help me with this task?",
6
+ "robot_response": "Of course. Please specify the task.",
7
+ "state_transition": "idle_to_listening",
8
+ "timestamp": "2026-01-01T10:00:00Z"
9
+ },
10
+ {
11
+ "session_id": "sess_002",
12
+ "initial_state": "listening",
13
+ "human_input": "Move this box to storage.",
14
+ "robot_response": "Task confirmed. Executing now.",
15
+ "state_transition": "listening_to_executing",
16
+ "timestamp": "2026-01-01T10:01:30Z"
17
+ }
18
+ ]