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 9a7e0e1 commit 118464fCopy full SHA for 118464f
temporalio/contrib/openai_agents/workflow.py
@@ -62,7 +62,8 @@ def activity_as_tool(
62
63
Args:
64
fn: A Temporal activity function to convert to a tool.
65
- strict_json_schema: Whether the tool should follow a strict schema
+ strict_json_schema: Whether the tool should follow a strict schema.
66
+ See https://openai.github.io/openai-agents-python/ref/tool/#agents.tool.FunctionTool.strict_json_schema
67
For other arguments, refer to :py:mod:`workflow` :py:meth:`start_activity`
68
69
Returns:
0 commit comments