mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
refactor(types): keep a2a response_dict annotation as it was
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
dbf566873e
commit
e0b92b2b25
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ async def invoke_agent_a2a(
|
|||
logging_obj._enqueue_deferred_logging = None
|
||||
_enqueue_fn()
|
||||
|
||||
response_dict: Final[dict[str, object]] = (
|
||||
response_dict: Final[dict[str, Any]] = (
|
||||
response.model_dump(mode="json", exclude_none=True)
|
||||
if hasattr(response, "model_dump")
|
||||
else response
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue