Files
wehub-resource-sync ec2b666284
Continuous Integration / Pre-commit Linter (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.10) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.11) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.12) (push) Waiting to run
Continuous Integration / Mypy Check (Python 3.13) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.10) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.11) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.12) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.13) (push) Waiting to run
Continuous Integration / Unit Tests (Python 3.14) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.10) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.11) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.12) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.13) (push) Waiting to run
Continuous Integration / A2A v0.3 Tests (Python 3.14) (push) Waiting to run
Copybara PR Handler / close-imported-pr (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:25:13 +08:00

197 lines
5.0 KiB
JSON

{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "Tell me about Paris and Sydney: weather, distance between them, and their populations."
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "Paris"
},
"id": "fc-1",
"name": "get_weather"
}
},
{
"functionCall": {
"args": {
"city": "Sydney"
},
"id": "fc-2",
"name": "get_weather"
}
},
{
"functionCall": {
"args": {
"city1": "Paris",
"city2": "Sydney"
},
"id": "fc-3",
"name": "calculate_distance"
}
},
{
"functionCall": {
"args": {
"cities": [
"Paris",
"Sydney"
]
},
"id": "fc-4",
"name": "get_population"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"actions": {
"stateDelta": {
"distance_requests": [
{
"city1": "Paris",
"city2": "Sydney",
"distance": 18903
}
],
"population_requests": [
{
"cities": [
"Paris",
"Sydney"
],
"results": {
"Paris": 2161000,
"Sydney": 5312163
}
}
],
"weather_requests": [
{
"city": "Paris",
"result": {
"condition": "overcast",
"humidity": 70,
"temp": 58
}
},
{
"city": "Sydney",
"result": {
"condition": "sunny",
"humidity": 60,
"temp": 75
}
}
]
}
},
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_weather",
"response": {
"city": "Paris",
"condition": "overcast",
"humidity": 70,
"temperature": 58
}
}
},
{
"functionResponse": {
"id": "fc-2",
"name": "get_weather",
"response": {
"city": "Sydney",
"condition": "sunny",
"humidity": 60,
"temperature": 75
}
}
},
{
"functionResponse": {
"id": "fc-3",
"name": "calculate_distance",
"response": {
"city1": "Paris",
"city2": "Sydney",
"distance_km": 18903,
"distance_miles": 11745
}
}
},
{
"functionResponse": {
"id": "fc-4",
"name": "get_population",
"response": {
"cities_count": 2,
"populations": {
"Paris": 2161000,
"Sydney": 5312163
},
"total_population": 7473163
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"text": "Here's the information about Paris and Sydney:\n\n**Paris:**\n* **Weather:** The current weather in Paris is overcast with a temperature of 58\u00b0F and 70% humidity.\n* **Population:** The population of Paris is 2,161,000.\n\n**Sydney:**\n* **Weather:** The current weather in Sydney is sunny with a temperature of 75\u00b0F and 60% humidity.\n* **Population:** The population of Sydney is 5,312,163.\n\n**Distance between Paris and Sydney:**\nThe distance between Paris and Sydney is 18,903 km (11,745 miles)."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
}
]
}