From 2467e97078cb994bfd5e5e296cb48dce28543927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20M=C3=BCller?= Date: Tue, 30 Jan 2024 15:52:03 +0100 Subject: [PATCH] fixed wrong doc link (#1449) * fixed wrong doc link * directly referenced file Co-authored-by: Jack Gerrits * Update website/docs/Use-Cases/agent_chat.md --------- Co-authored-by: Jack Gerrits Co-authored-by: Chi Wang --- website/docs/Use-Cases/agent_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Use-Cases/agent_chat.md b/website/docs/Use-Cases/agent_chat.md index 50576240a..17be8b91b 100644 --- a/website/docs/Use-Cases/agent_chat.md +++ b/website/docs/Use-Cases/agent_chat.md @@ -54,7 +54,7 @@ or Pydantic models: The following examples illustrates the process of registering a custom function for currency exchange calculation that uses type hints and standard Python datatypes: -1. First, we import necessary libraries and configure models using [`autogen.config_list_from_json`](../FAQ#set-your-api-endpoints) function: +1. First, we import necessary libraries and configure models using [`autogen.config_list_from_json`](/docs/FAQ#set-your-api-endpoints) function: ``` python from typing import Literal