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

190 lines
4.2 KiB
JSON

{
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "Transfer $200 to Bob"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"functionCall": {
"args": {
"amount": 200,
"recipient": "Bob"
},
"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": [
{
"functionCall": {
"args": {
"originalFunctionCall": {
"args": {
"amount": 200,
"recipient": "Bob"
},
"id": "fc-1",
"name": "transfer_funds"
},
"toolConfirmation": {
"confirmed": false,
"hint": "Confirm transfer of $200 to Bob."
}
},
"id": "fc-2",
"name": "adk_request_confirmation"
}
}
],
"role": "model"
},
"id": "e-3",
"invocationId": "i-1",
"longRunningToolIds": [
"fc-2"
],
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"actions": {
"requestedToolConfirmations": {
"fc-1": {
"confirmed": false,
"hint": "Confirm transfer of $200 to Bob."
}
}
},
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "transfer_funds",
"response": {
"error": "This tool call requires confirmation, please approve or reject."
}
}
}
],
"role": "user"
},
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"text": "Your transfer of $200 to Bob requires confirmation."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-5",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"author": "user",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-2",
"name": "adk_request_confirmation",
"response": {
"confirmed": false
}
}
}
],
"role": "user"
},
"id": "e-6",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"functionResponse": {
"id": "fc-1",
"name": "transfer_funds",
"response": {
"error": "Transfer rejected by user."
}
}
}
],
"role": "user"
},
"id": "e-7",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
},
{
"author": "money_transfer_assistant",
"content": {
"parts": [
{
"text": "I'm sorry, your transfer could not be completed. It was rejected by the user."
}
],
"role": "model"
},
"finishReason": "STOP",
"id": "e-8",
"invocationId": "i-1",
"nodeInfo": {
"path": "money_transfer_assistant@1"
}
}
]
}