You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/Use-Cases/agent_chat.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ or Pydantic models:
54
54
55
55
The following examples illustrates the process of registering a custom function for currency exchange calculation that uses type hints and standard Python datatypes:
56
56
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:
0 commit comments