a2a-source-edit: write agent.py
This commit is contained in:
2
agent.py
2
agent.py
@@ -577,7 +577,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No
|
|||||||
step_results.append(result)
|
step_results.append(result)
|
||||||
report = {
|
report = {
|
||||||
"integration_id": request.integration_id,
|
"integration_id": request.integration_id,
|
||||||
"dry_run": request.dry_run,
|
"dry_run": dry_run,
|
||||||
"allow_network": request.allow_network,
|
"allow_network": request.allow_network,
|
||||||
"network_calls_made": network_calls,
|
"network_calls_made": network_calls,
|
||||||
"generated_at": _now(),
|
"generated_at": _now(),
|
||||||
|
|||||||
Reference in New Issue
Block a user