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 e468cba commit 1a758d8Copy full SHA for 1a758d8
samples-v2/openai_agents/tools.py
@@ -35,7 +35,7 @@ async def run_activity(ctx: RunContextWrapper[Any], input: str) -> Any:
35
return result
36
37
schema = function_schema(
38
- func=run_activity,
+ func=activity_func._function._func,
39
name_override=activity_name,
40
docstring_style=None,
41
description_override=None,
0 commit comments