From f95a0be61c4b854c5a2c77d85afebf65762fc1bf Mon Sep 17 00:00:00 2001 From: vedantsahai18 Date: Tue, 11 Feb 2025 19:20:30 -0500 Subject: [PATCH] chore(cookbook): cookbook 8 yaml fix --- cookbooks/08-rag-customer-support-chatbot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/08-rag-customer-support-chatbot.ipynb b/cookbooks/08-rag-customer-support-chatbot.ipynb index fbcbc2dff..f7d8ba414 100644 --- a/cookbooks/08-rag-customer-support-chatbot.ipynb +++ b/cookbooks/08-rag-customer-support-chatbot.ipynb @@ -240,7 +240,7 @@ "spider_api_key = \"YOUR_SPIDER_API_KEY\"\n", "\n", "task_def = yaml.safe_load(f\"\"\"\n", - " # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: Julep - Crawl a website and create a agent document\n", "description: This task crawls a website and creates a agent document\n", "\n",