refactor(api): remove unused A2A client test and documentation subproject

This commit is contained in:
Davidson Gomes
2025-04-30 17:15:42 -03:00
parent 4901be8e4c
commit 96df2db27d
6 changed files with 13 additions and 243 deletions

View File

@@ -602,7 +602,7 @@ class A2ATaskManager:
# Processa a resposta do agente
if response and isinstance(response, dict):
# Extrai texto da resposta
response_text = response.get("text", "")
response_text = response.get("content", "")
if not response_text and "message" in response:
message = response.get("message", {})
parts = message.get("parts", [])