From 3a97e271fc75035f2eefea1073626b613241aa92 Mon Sep 17 00:00:00 2001 From: Agnieszka Marzec <97166305+agnieszka-m@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:59:17 +0200 Subject: [PATCH] Fix order and category of agent (#4440) --- docs/pydoc/config/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pydoc/config/agent.yml b/docs/pydoc/config/agent.yml index db2273d03..75befef7e 100644 --- a/docs/pydoc/config/agent.yml +++ b/docs/pydoc/config/agent.yml @@ -14,7 +14,7 @@ processors: renderer: type: renderers.ReadmeRenderer excerpt: Uses a large language model to answer complex queries that require multiple steps to find the correct answer. - category: haystack-classes + category_slug: haystack-classes title: Agent API slug: agent-api order: 0