Skip to content

Commit 118464f

Browse files
authored
Update workflow.py
1 parent 9a7e0e1 commit 118464f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

temporalio/contrib/openai_agents/workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def activity_as_tool(
6262
6363
Args:
6464
fn: A Temporal activity function to convert to a tool.
65-
strict_json_schema: Whether the tool should follow a strict schema
65+
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
6667
For other arguments, refer to :py:mod:`workflow` :py:meth:`start_activity`
6768
6869
Returns:

0 commit comments

Comments
 (0)