Files
google--adk-python/contributing/samples/hitl/tool_confirmation/tests/transfer_50.json
T
wehub-resource-sync ec2b666284
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
chore: import upstream snapshot with attribution
2026-07-13 13:25:13 +08:00

85 lines
1.7 KiB
JSON

{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "Transfer $50 to Alice\n"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"functionCall": {
"args": {
"amount": 50,
"recipient": "Alice"
},
"id": "fc-1",
"name": "transfer_funds"
}
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-2",
"invocationId": "i-1",
"longRunningToolIds": [],
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "transfer_funds",
"response": {
"result": "Successfully transferred $50 to Alice."
}
}
}
],
"role": "user"
},
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"text": "Successfully transferred $50 to Alice."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
}
]
}