We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815f04a commit 31a5dc8Copy full SHA for 31a5dc8
docs/durable_execution/temporal.md
@@ -451,13 +451,12 @@ async def streaming_handler(ctx,
451
```
452
453
```py {title="workflow.py" test="skip"}
454
-
455
import asyncio
456
from collections import deque
457
from datetime import timedelta
458
from typing import Any
459
460
-from pydanticai import UsageLimits
+from pydantic_ai import UsageLimits
461
from temporalio import activity, workflow
462
463
from .agents import build_agent, streaming_handler
0 commit comments