mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
## Description - The original implementation was trying to pass the entire content of the documentation page through the URL parameters - Web servers/browsers have limits on URLs - Instead of passing the whole page as a URL parameter, the fix prompts Claude with a reference to the markdown file, putting the fetching and parsing onto the LLM, not the browser (which can't handle long files/pages) - Removing ChatGPT option, as OpenAI appears to no longer support reading RAW markdown files (I tested this using our site and several other docs sites) ## Related issues or tickets Fixes https://github.com/docker/docs/issues/23144 ## Reviews - [ ] Editorial review ## Testing Claude <img width="893" height="711" alt="image" src="https://github.com/user-attachments/assets/78fdafcd-4d7a-465e-b19d-a7f9c3eed326" />