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 86bb047 commit fcf5898Copy full SHA for fcf5898
examples/basic/dynamic_system_prompt.py
@@ -1,8 +1,9 @@
1
import asyncio
2
import random
3
+from dataclasses import dataclass
4
from typing import Literal
5
+
6
from agents import Agent, RunContextWrapper, Runner
-from dataclasses import dataclass
7
8
@dataclass
9
class CustomContext:
0 commit comments