File tree Expand file tree Collapse file tree
temporalio/contrib/openai_agents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ async def get_prompt(
414414class 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
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def output_message(text: str) -> ModelResponse:
9090
9191
9292class 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
You can’t perform that action at this time.
0 commit comments