docs: Clean up docs in sample

PiperOrigin-RevId: 798284758
This commit is contained in:
Wei Sun (Jack)
2025-08-22 11:36:30 -07:00
committed by Copybara-Service
parent 75ba9689e3
commit a360bc2542
3 changed files with 2 additions and 118 deletions
@@ -1,3 +1,3 @@
# Config-based Agent Sample - LLM multi-agent
http://google3/third_party/py/google/adk/open_source_workspace/contributing/samples/hello_world_ma/
From contributing/samples/hello_world_ma/
@@ -1,3 +1,3 @@
# Config-based Agent Sample - Human-In-The-Loop
http://google3/third_party/py/google/adk/open_source_workspace/contributing/samples/human_in_loop/
From contributing/samples/human_in_loop/
@@ -1,116 +0,0 @@
{
"eval_set_id": "e7996ccc-16bc-46bf-9a24-0a3ecc3dacd7",
"name": "e7996ccc-16bc-46bf-9a24-0a3ecc3dacd7",
"description": null,
"eval_cases": [
{
"eval_id": "/google/src/cloud/ankusharma/CS-agent_evaluator-2025-06-17_115009/google3/third_party/py/google/adk/open_source_workspace/tests/integration/fixture/trip_planner_agent/trip_inquiry.test.json",
"conversation": [
{
"invocation_id": "d7ff8ec1-290b-48c5-b3aa-05cb8f27b8ae",
"user_content": {
"parts": [
{
"video_metadata": null,
"thought": null,
"inline_data": null,
"file_data": null,
"thought_signature": null,
"code_execution_result": null,
"executable_code": null,
"function_call": null,
"function_response": null,
"text": "Hi, who are you? What can you do?"
}
],
"role": "user"
},
"final_response": {
"parts": [
{
"video_metadata": null,
"thought": null,
"inline_data": null,
"file_data": null,
"thought_signature": null,
"code_execution_result": null,
"executable_code": null,
"function_call": null,
"function_response": null,
"text": "I am trip_planner, and my goal is to plan the best trip ever. I can describe why a city was chosen, list its top attractions, and provide a detailed itinerary for each day of the trip.\n"
}
],
"role": "model"
},
"intermediate_data": {
"tool_uses": [],
"intermediate_responses": []
},
"creation_timestamp": 1750190885.419684
},
{
"invocation_id": "f515ff57-ff21-488f-ab92-7d7de5bb76fe",
"user_content": {
"parts": [
{
"video_metadata": null,
"thought": null,
"inline_data": null,
"file_data": null,
"thought_signature": null,
"code_execution_result": null,
"executable_code": null,
"function_call": null,
"function_response": null,
"text": "I want to travel from San Francisco to an European country in fall next year. I am considering London and Paris. What is your advice?"
}
],
"role": "user"
},
"final_response": {
"parts": [
{
"video_metadata": null,
"thought": null,
"inline_data": null,
"file_data": null,
"thought_signature": null,
"code_execution_result": null,
"executable_code": null,
"function_call": null,
"function_response": null,
"text": "Okay, I can help you analyze London and Paris to determine which city is better for your trip next fall. I will consider weather patterns, seasonal events, travel costs (including flights from San Francisco), and your interests (food, shopping, and museums). After gathering this information, I'll provide a detailed report on my chosen city.\n"
}
],
"role": "model"
},
"intermediate_data": {
"tool_uses": [
{
"id": null,
"args": {
"agent_name": "indentify_agent"
},
"name": "transfer_to_agent"
}
],
"intermediate_responses": []
},
"creation_timestamp": 1750190885.4197457
}
],
"session_input": {
"app_name": "trip_planner_agent",
"user_id": "test_user",
"state": {
"origin": "San Francisco",
"interests": "Food, Shopping, Museums",
"range": "1000 miles",
"cities": ""
}
},
"creation_timestamp": 1750190885.4197533
}
],
"creation_timestamp": 1750190885.4197605
}