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/running_agents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ async def main():
89
89
90
90
### Automatic conversation management with Sessions
91
91
92
-
For a simpler approach, you can use [Sessions](sessions.md) to automatically handle conversation history without manually calling `.to_input_list()`:
92
+
For a simpler approach, you can use [Sessions](sessions/index.md) to automatically handle conversation history without manually calling `.to_input_list()`:
93
93
94
94
```python
95
95
from agents import Agent, Runner, SQLiteSession
@@ -119,7 +119,7 @@ Sessions automatically:
119
119
- Stores new messages after each run
120
120
- Maintains separate conversations for different session IDs
121
121
122
-
See the [Sessions documentation](sessions.md) for more details.
122
+
See the [Sessions documentation](sessions/index.md) for more details.
0 commit comments