chore: import upstream snapshot with attribution
Continuous Integration / Pre-commit Linter (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.10) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.11) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.12) (push) Has been cancelled
Continuous Integration / Mypy Check (Python 3.13) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.10) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.11) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.12) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.13) (push) Has been cancelled
Continuous Integration / Unit Tests (Python 3.14) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.10) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.11) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.12) (push) Has been cancelled
Copybara PR Handler / close-imported-pr (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.13) (push) Has been cancelled
Continuous Integration / A2A v0.3 Tests (Python 3.14) (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:25:13 +08:00
commit ec2b666284
2231 changed files with 491535 additions and 0 deletions
@@ -0,0 +1,196 @@
{
"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"
}
}
]
}
@@ -0,0 +1,128 @@
{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "What is the weather in Tokyo and the exchange rate from USD to EUR?"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "Tokyo"
},
"id": "fc-1",
"name": "get_weather"
}
},
{
"functionCall": {
"args": {
"from_currency": "USD",
"to_currency": "EUR"
},
"id": "fc-2",
"name": "get_currency_rate"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"actions": {
"stateDelta": {
"currency_requests": [
{
"from": "USD",
"rate": 0.85,
"to": "EUR"
}
],
"weather_requests": [
{
"city": "Tokyo",
"result": {
"condition": "rainy",
"humidity": 90,
"temp": 68
}
}
]
}
},
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_weather",
"response": {
"city": "Tokyo",
"condition": "rainy",
"humidity": 90,
"temperature": 68
}
}
},
{
"functionResponse": {
"id": "fc-2",
"name": "get_currency_rate",
"response": {
"exchange_rate": 0.85,
"from_currency": "USD",
"to_currency": "EUR"
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"text": "The weather in Tokyo is rainy with a temperature of 68 degrees Fahrenheit and 90% humidity. The exchange rate from USD to EUR is 0.85."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
}
]
}
@@ -0,0 +1,129 @@
{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "What is the weather in New York and London?"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionCall": {
"args": {
"city": "New York"
},
"id": "fc-1",
"name": "get_weather"
}
},
{
"functionCall": {
"args": {
"city": "London"
},
"id": "fc-2",
"name": "get_weather"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"actions": {
"stateDelta": {
"weather_requests": [
{
"city": "New York",
"result": {
"condition": "sunny",
"humidity": 45,
"temp": 72
}
},
{
"city": "London",
"result": {
"condition": "cloudy",
"humidity": 80,
"temp": 60
}
}
]
}
},
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "get_weather",
"response": {
"city": "New York",
"condition": "sunny",
"humidity": 45,
"temperature": 72
}
}
},
{
"functionResponse": {
"id": "fc-2",
"name": "get_weather",
"response": {
"city": "London",
"condition": "cloudy",
"humidity": 80,
"temperature": 60
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
},
{
"author": "parallel_function_test_agent",
"content": {
"parts": [
{
"text": "The weather in New York is sunny with a temperature of 72 degrees Fahrenheit and 45% humidity. In London, it is cloudy with a temperature of 60 degrees Fahrenheit and 80% humidity."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "parallel_function_test_agent@1"
}
}
]
}