Skip to content

Commit 2467e97

Browse files
Yanni8jackgerritssonichi
authored
fixed wrong doc link (#1449)
* fixed wrong doc link * directly referenced file Co-authored-by: Jack Gerrits <[email protected]> * Update website/docs/Use-Cases/agent_chat.md --------- Co-authored-by: Jack Gerrits <[email protected]> Co-authored-by: Chi Wang <[email protected]>
1 parent 74a4d70 commit 2467e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/Use-Cases/agent_chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ or Pydantic models:
5454

5555
The following examples illustrates the process of registering a custom function for currency exchange calculation that uses type hints and standard Python datatypes:
5656

57-
1. First, we import necessary libraries and configure models using [`autogen.config_list_from_json`](../FAQ#set-your-api-endpoints) function:
57+
1. First, we import necessary libraries and configure models using [`autogen.config_list_from_json`](/docs/FAQ#set-your-api-endpoints) function:
5858

5959
``` python
6060
from typing import Literal

0 commit comments

Comments
 (0)