You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/context.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Context is an overloaded term. There are two main classes of context you might c
7
7
8
8
## Local context
9
9
10
+
11
+
TEST
12
+
13
+
10
14
This is represented via the [`RunContextWrapper`][agents.run_context.RunContextWrapper] class and the [`context`][agents.run_context.RunContextWrapper.context] property within it. The way this works is:
11
15
12
16
1. You create any Python object you want. A common pattern is to use a dataclass or a Pydantic object.
0 commit comments