Skip to content

Commit f04fd94

Browse files
chore: regenerate examples (#3662)
Co-authored-by: GitHub Action <action@github.com>
1 parent 950aaca commit f04fd94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/python/support_agent/worker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ async def generate_reply(input: SupportTicketInput, ctx: Context) -> ReplyOutput
8282
"We are looking into this and will get back to you shortly."
8383
)
8484

85-
import anthropic
85+
import importlib
8686

87+
anthropic = importlib.import_module("anthropic")
8788
client = anthropic.AsyncAnthropic(api_key=api_key)
8889

8990
response = await client.messages.create(

0 commit comments

Comments
 (0)