From 4e79ad36b09fe6559c2a91414ffde65e403dc956 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Thu, 12 Dec 2024 12:44:43 +0000 Subject: [PATCH] Fix link in OpenAI assistant page (#2705) --- .../n8n-nodes-langchain.openai/assistant-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/assistant-operations.md b/docs/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/assistant-operations.md index 4e486729b..4ac1fcafe 100644 --- a/docs/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/assistant-operations.md +++ b/docs/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/assistant-operations.md @@ -114,7 +114,7 @@ Enter these parameters: Always respond in a friendly and engaging manner. When a user asks a question, provide a concise answer first, followed by a brief explanation or additional context if necessary. If the question is open-ended, offer a suggestion or ask a clarifying question to guide the conversation. Keep the tone positive and supportive, and avoid technical jargon unless specifically requested by the user. ``` - **Knowledge Retrieval**: Turn on to enable knowledge retrieval for the assistant, allowing it to access external sources or a connected knowledge base. Refer to [File Search | OpenAI Platform](https://platform.openai.com/docs/assistants/tools/file-search){:target=_blank .external-link} for more information. -- **Files**: Select a file to upload for your external knowledge source. Use [**Upload a File**](/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/file-operations.md#upload-a-file) operation to add more files. +- **Files**: Select a file to upload for your external knowledge source. Use [**Upload a File**](/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/file-operations/#upload-a-file) operation to add more files. - **Model**: Select the model that the assistant will use. If you’re not sure which model to use, try `gpt-4o` if you need high intelligence or `gpt-4o-mini` if you need the fastest speed and lowest cost. Refer to [Models overview | OpenAI Platform](https://platform.openai.com/docs/models){:target=_blank .external-link} for more information. - **Name**: Enter the name of the assistant. The maximum length is 256 characters. - **Remove All Custom Tools (Functions)**: Turn on to remove all custom tools (functions) from the assistant.