Skip to content

Commit ae07963

Browse files
committed
Add pydantic_ai.ext.temporal to API docs
1 parent 9642a15 commit ae07963

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/api/ext.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# `pydantic_ai.ext`
22

3+
::: pydantic_ai.ext.temporal
4+
35
::: pydantic_ai.ext.langchain
46

57
::: pydantic_ai.ext.aci

pydantic_ai_slim/pydantic_ai/ext/temporal/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
from ._run_context import TemporalRunContext, TemporalRunContextWithDeps
1717

1818
__all__ = [
19-
'TemporalRunContext',
20-
'TemporalRunContextWithDeps',
19+
'TemporalAgent',
2120
'PydanticAIPlugin',
2221
'LogfirePlugin',
2322
'AgentPlugin',
24-
'TemporalAgent',
23+
'TemporalRunContext',
24+
'TemporalRunContextWithDeps',
2525
]
2626

2727

0 commit comments

Comments
 (0)