From 294e76b52d21878836ab0825744f89b39c21a675 Mon Sep 17 00:00:00 2001 From: Instinct <61635505+uinstinct@users.noreply.github.com> Date: Fri, 4 Apr 2025 03:42:06 +0530 Subject: [PATCH] Fix broken resource link (#8447) the [previous link](https://platform.openai.com/docs/guides/text-generation/managing-context-for-text-generation) directed to a 404 page. new link corrects this --- .../capabilities--context-length@vvpYkmycH0_W030E-L12f.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md b/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md index ab96eb5f1..983b5cd90 100644 --- a/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md +++ b/src/data/roadmaps/ai-engineer/content/capabilities--context-length@vvpYkmycH0_W030E-L12f.md @@ -4,5 +4,5 @@ A key aspect of the OpenAI models is their context length, which refers to the a Learn more from the following resources: -- [@official@Managing Context](https://platform.openai.com/docs/guides/text-generation/managing-context-for-text-generation) +- [@official@Managing Context](https://platform.openai.com/docs/guides/conversation-state?api-mode=responses#managing-context-for-text-generation) - [@official@Capabilities](https://platform.openai.com/docs/guides/text-generation)