Skip to content

Commit f551af5

Browse files
authored
fix review comment
1 parent 17d1393 commit f551af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The Agents SDK delivers a focused set of Python primitives—agents, tools, guar
103103
## API Reference – Extensions
104104
- [Handoff filters extension](https://openai.github.io/openai-agents-python/ref/extensions/handoff_filters/): Build filters that decide whether to trigger a handoff.
105105
- [Handoff prompt extension](https://openai.github.io/openai-agents-python/ref/extensions/handoff_prompt/): Customize prompt templates used when transferring control.
106-
- [Third-party adapters API reference](https://openai.github.io/openai-agents-python/ref/extensions/third_party_adapters/): API reference entry point for Any-LLM and LiteLLM model adapters and providers.
106+
- [Third-party adapters API reference](https://openai.github.io/openai-agents-python/ref/extensions/): API reference entry point for Any-LLM and LiteLLM model adapters and providers.
107107
- [SQLAlchemy session memory](https://openai.github.io/openai-agents-python/ref/extensions/memory/sqlalchemy_session/): Persist agent session history to SQL databases.
108108

109109
## Optional

0 commit comments

Comments
 (0)