mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-27 12:38:05 -05:00
fixed wrong doc link (#1449)
* fixed wrong doc link * directly referenced file Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update website/docs/Use-Cases/agent_chat.md --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user