Skip to content

Commit ef583e1

Browse files
Update swarm.md
1 parent f574fd0 commit ef583e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/testing/Examples/swarm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip install openai-swarm
1818
```
1919

2020
## Agent code
21-
You can view the agent code [here](sample_tests/swarm/capital_finder_agent/capital_finder_agent.py).
21+
You can view the agent code [here](https://github.com/invariantlabs-ai/invariant/blob/main/invariant/testing/sample_tests/swarm/capital_finder_agent/capital_finder_agent.py)
2222

2323
This can be invoked as:
2424

@@ -133,4 +133,4 @@ Finally, we verify that the last message does not contain `Madrid`, consistent w
133133

134134
## Conclusion
135135

136-
We have seen how to to write unit tests for specific test cases when building an agent with the Swarm framework.
136+
We have seen how to to write unit tests for specific test cases when building an agent with the Swarm framework.

0 commit comments

Comments
 (0)