mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"id": "test_id",
|
|
"app_name": "trip_planner_agent",
|
|
"user_id": "test_user",
|
|
"state": {
|
|
"origin": "San Francisco",
|
|
"interests": "Food, Shopping, Museums",
|
|
"range": "1000 miles",
|
|
"cities": ""
|
|
},
|
|
"events": [],
|
|
"last_update_time": 1741218714.258285
|
|
}
|