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
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:
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"events": [
|
||||
{
|
||||
"author": "user",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "Create a profile for company Acme Corp in tech industry with 50 employees."
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-1",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionCall": {
|
||||
"args": {
|
||||
"entity": {
|
||||
"company_name": "Acme Corp",
|
||||
"employee_count": 50,
|
||||
"industry": "tech"
|
||||
}
|
||||
},
|
||||
"id": "fc-1",
|
||||
"name": "create_entity_profile"
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-2",
|
||||
"invocationId": "i-1",
|
||||
"longRunningToolIds": [],
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionResponse": {
|
||||
"id": "fc-1",
|
||||
"name": "create_entity_profile",
|
||||
"response": {
|
||||
"entity_type": "company",
|
||||
"message": "Company profile created for Acme Corp!",
|
||||
"profile": {
|
||||
"company_name": "Acme Corp",
|
||||
"employee_count": 50,
|
||||
"industry": "tech",
|
||||
"model_type": "CompanyProfile",
|
||||
"website": "Not provided"
|
||||
},
|
||||
"status": "company_profile_created"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-3",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "I have created a profile for Acme Corp in the tech industry with 50 employees."
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-4",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"events": [
|
||||
{
|
||||
"author": "user",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "Create a user account for Alice, age 30, email alice@example.com."
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-1",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionCall": {
|
||||
"args": {
|
||||
"profile": {
|
||||
"age": 30,
|
||||
"email": "alice@example.com",
|
||||
"name": "Alice"
|
||||
}
|
||||
},
|
||||
"id": "fc-1",
|
||||
"name": "create_full_user_account"
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-2",
|
||||
"invocationId": "i-1",
|
||||
"longRunningToolIds": [],
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionResponse": {
|
||||
"id": "fc-1",
|
||||
"name": "create_full_user_account",
|
||||
"response": {
|
||||
"conversion_demo": {
|
||||
"preferences_converted": "JSON dict \u2192 UserPreferences instance",
|
||||
"profile_converted": "JSON dict \u2192 UserProfile instance"
|
||||
},
|
||||
"message": "Full account created for Alice!",
|
||||
"preferences": {
|
||||
"language": "English",
|
||||
"notifications_enabled": true,
|
||||
"preferences_type": "UserPreferences",
|
||||
"theme": "light"
|
||||
},
|
||||
"profile": {
|
||||
"age": 30,
|
||||
"email": "alice@example.com",
|
||||
"name": "Alice",
|
||||
"profile_type": "UserProfile"
|
||||
},
|
||||
"status": "account_created"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-3",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "I have created a user account for Alice, age 30, with the email alice@example.com."
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-4",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"events": [
|
||||
{
|
||||
"author": "user",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "Create a user account for Bob, age 25, with dark theme and French language."
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-1",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionCall": {
|
||||
"args": {
|
||||
"preferences": {
|
||||
"language": "French",
|
||||
"theme": "dark"
|
||||
},
|
||||
"profile": {
|
||||
"age": 25,
|
||||
"name": "Bob"
|
||||
}
|
||||
},
|
||||
"id": "fc-1",
|
||||
"name": "create_full_user_account"
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-2",
|
||||
"invocationId": "i-1",
|
||||
"longRunningToolIds": [],
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"functionResponse": {
|
||||
"id": "fc-1",
|
||||
"name": "create_full_user_account",
|
||||
"response": {
|
||||
"conversion_demo": {
|
||||
"preferences_converted": "JSON dict \u2192 UserPreferences instance",
|
||||
"profile_converted": "JSON dict \u2192 UserProfile instance"
|
||||
},
|
||||
"message": "Full account created for Bob!",
|
||||
"preferences": {
|
||||
"language": "French",
|
||||
"notifications_enabled": true,
|
||||
"preferences_type": "UserPreferences",
|
||||
"theme": "dark"
|
||||
},
|
||||
"profile": {
|
||||
"age": 25,
|
||||
"email": "Not provided",
|
||||
"name": "Bob",
|
||||
"profile_type": "UserProfile"
|
||||
},
|
||||
"status": "account_created"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"role": "user"
|
||||
},
|
||||
"id": "e-3",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"author": "profile_agent",
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"text": "OK. I have created a user account for Bob, age 25, with a dark theme and French language preference."
|
||||
}
|
||||
],
|
||||
"role": "model"
|
||||
},
|
||||
"finishReason": "STOP",
|
||||
"id": "e-4",
|
||||
"invocationId": "i-1",
|
||||
"nodeInfo": {
|
||||
"path": "profile_agent@1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user