Files
Sasha Sobran 162279358c chore: switch main to v2.0.0 GA (transition to v2)
Co-authored-by: Bo Yang <ybo@google.com>
Co-authored-by: Wei Sun (Jack) <weisun@google.com>
Co-authored-by: George Weale <gweale@google.com>
Co-authored-by: Swapnil Agarwal <swapnilag@google.com>
Co-authored-by: Xuan Yang <xygoogle@google.com>
Co-authored-by: Shangjie Chen <deanchen@google.com>
Co-authored-by: Yifan Wang <wanyif@google.com>
Co-authored-by: Kathy Wu <wukathy@google.com>
2026-05-19 02:01:33 +00:00

119 lines
2.4 KiB
JSON

{
"appName": "multi_triggers",
"events": [
{
"author": "user",
"content": {
"parts": [
{
"text": "go"
}
],
"role": "user"
},
"id": "e-1",
"invocationId": "i-1",
"nodeInfo": {
"path": ""
}
},
{
"author": "root_agent",
"branch": "make_uppercase@1",
"id": "e-2",
"invocationId": "i-1",
"nodeInfo": {
"outputFor": [
"root_agent@1/make_uppercase@1"
],
"path": "root_agent@1/make_uppercase@1"
},
"output": "GO"
},
{
"author": "root_agent",
"branch": "count_characters@1",
"id": "e-3",
"invocationId": "i-1",
"nodeInfo": {
"outputFor": [
"root_agent@1/count_characters@1"
],
"path": "root_agent@1/count_characters@1"
},
"output": 2
},
{
"author": "root_agent",
"branch": "reverse_string@1",
"id": "e-4",
"invocationId": "i-1",
"nodeInfo": {
"outputFor": [
"root_agent@1/reverse_string@1"
],
"path": "root_agent@1/reverse_string@1"
},
"output": "og"
},
{
"author": "root_agent",
"branch": "make_uppercase@1",
"content": {
"parts": [
{
"text": "Triggered for input: GO"
}
],
"role": "user"
},
"id": "e-5",
"invocationId": "i-1",
"nodeInfo": {
"path": "root_agent@1/send_message@1"
}
},
{
"author": "root_agent",
"branch": "count_characters@1",
"content": {
"parts": [
{
"text": "Triggered for input: 2"
}
],
"role": "user"
},
"id": "e-6",
"invocationId": "i-1",
"nodeInfo": {
"path": "root_agent@1/send_message@2"
}
},
{
"author": "root_agent",
"branch": "reverse_string@1",
"content": {
"parts": [
{
"text": "Triggered for input: og"
}
],
"role": "user"
},
"id": "e-7",
"invocationId": "i-1",
"nodeInfo": {
"path": "root_agent@1/send_message@3"
}
}
],
"id": "5cf6403e-fd4e-4fef-ad66-8ae78d26ba29",
"state": {
"__session_metadata__": {
"displayName": "go"
}
},
"userId": "user"
}