From 408676913c27fed6db85c3f8b08b5c06f4003d94 Mon Sep 17 00:00:00 2001 From: Lenni Justen <65619456+lennijusten@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:21:32 -0400 Subject: [PATCH] Remove extra bullet from index.md (#1149) --- docs/docs/tutorials/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index 3e414d592..5d17ac234 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -65,4 +65,3 @@ Learn from example implementations of graphs designed for specific scenarios and - [Web Navigation](web-navigation/web_voyager.ipynb): Build an agent that can navigate and interact with websites - [Competitive Programming](usaco/usaco.ipynb): Build an agent with few-shot "episodic memory" and human-in-the-loop collaboration to solve problems from the USA Computing Olympiad; adapted from the ["Can Language Models Solve Olympiad Programming?"](https://arxiv.org/abs/2404.10952v1) paper by Shi, Tang, Narasimhan, and Yao. - [Complex data extraction](extraction/retries.ipynb): Build an agent that can use function calling to do complex extraction tasks -- \ No newline at end of file