We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86215 commit 0bc0fc9Copy full SHA for 0bc0fc9
src/django_ai_core/contrib/agents/base.py
@@ -56,7 +56,7 @@ def _derive_parameters_from_signature(cls) -> list[AgentParameter]:
56
return parameters
57
58
@abstractmethod
59
- def execute(self, *args, **kwargs) -> str:
+ def execute(self, *args, **kwargs) -> str | dict | list:
60
"""Execute the agent"""
61
62
def __init_subclass__(cls, **kwargs):
0 commit comments