Skip to content

Commit 0452819

Browse files
committed
Merge remote-tracking branch 'origin/sdk-1.18' into openai/mcp
2 parents cce6a36 + 607bac8 commit 0452819

3 files changed

Lines changed: 36 additions & 31 deletions

File tree

openai_agents/reasoning_content/activities/reasoning_activities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ async def get_reasoning_response(
3131
tracing=ModelTracing.DISABLED,
3232
previous_response_id=None,
3333
prompt=None,
34+
conversation_id=None,
3435
)
3536

3637
# Extract reasoning content and regular content from the response

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "MIT"
9-
dependencies = ["temporalio>=1.15.0,<2"]
9+
dependencies = ["temporalio>=1.18.0,<2"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"

uv.lock

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)