Skip to content

Commit fcf5898

Browse files
authored
Update dynamic_system_prompt.py
1 parent 86bb047 commit fcf5898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/basic/dynamic_system_prompt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import asyncio
22
import random
3+
from dataclasses import dataclass
34
from typing import Literal
5+
46
from agents import Agent, RunContextWrapper, Runner
5-
from dataclasses import dataclass
67

78
@dataclass
89
class CustomContext:

0 commit comments

Comments
 (0)