docs/integrations/llms.md
The Pydantic documentation is available in the llms.txt format. This format is defined in Markdown and suited for large language models.
Two formats are available:
llms.txt file,
but every link content is included. Note that this file may be too large for some LLMs.As of today, these files cannot be natively leveraged by LLM frameworks or IDEs. Alternatively,
a MCP server can be implemented to properly parse the llms.txt
file.