Skip to content

Commit 98b8fcf

Browse files
docs(index): fix missing comma (#230)
1 parent 886e25a commit 98b8fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [OpenAI Agents SDK for TypeScript](https://github.com/openai/openai-agents-j
2121
enables you to build agentic AI apps in a lightweight, easy-to-use package with
2222
very few abstractions. It's a production-ready upgrade of our previous
2323
experimentation for agents,
24-
[Swarm](https://github.com/openai/swarm/tree/main) that's also [available in Python](https://github.com/openai/openai-agents-python). The Agents SDK has a very
24+
[Swarm](https://github.com/openai/swarm/tree/main), that's also [available in Python](https://github.com/openai/openai-agents-python). The Agents SDK has a very
2525
small set of primitives:
2626

2727
- **Agents**, which are LLMs equipped with instructions and tools

0 commit comments

Comments
 (0)