Skip to content

Commit 7fe7e6f

Browse files
authored
Fix a few typos (#1647)
1 parent a557803 commit 7fe7e6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

temporalio/contrib/openai_agents/_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ async def get_prompt(
414414
class StatefulMCPServerProvider:
415415
"""A stateful MCP server implementation for Temporal workflows.
416416
417-
This class wraps an function to create MCP servers to maintain a persistent connection throughout
417+
This class wraps a function to create MCP servers to maintain a persistent connection throughout
418418
the workflow execution. It creates a dedicated worker that stays connected to
419419
the MCP server and processes operations on a dedicated task queue.
420420

temporalio/contrib/openai_agents/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def output_message(text: str) -> ModelResponse:
9090

9191

9292
class TestModelProvider(ModelProvider):
93-
"""Test model provider which simply returns the given module."""
93+
"""Test model provider which simply returns the given model."""
9494

9595
__test__ = False
9696

0 commit comments

Comments
 (0)