From 54190bbacd9077cd8e7097a520457d017fafaabd Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 18 Jun 2024 14:38:35 +0900 Subject: [PATCH] Update agentchat_function_call_currency_calculator.ipynb (#2952) minor fix --- notebook/agentchat_function_call_currency_calculator.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_function_call_currency_calculator.ipynb b/notebook/agentchat_function_call_currency_calculator.ipynb index d6ce5a88762a..ac65ba560f9b 100644 --- a/notebook/agentchat_function_call_currency_calculator.ipynb +++ b/notebook/agentchat_function_call_currency_calculator.ipynb @@ -224,7 +224,7 @@ "\n", "- objects of the Pydantic BaseModel type are serialized to JSON.\n", "\n", - "We can check the correctness of of function map by using `._origin` property of the wrapped function as follows:" + "We can check the correctness of function map by using `._origin` property of the wrapped function as follows:" ] }, {