From ad4207dce141028833afb440f727352827f02fad Mon Sep 17 00:00:00 2001 From: ypyl <80541559+ypyl@users.noreply.github.com> Date: Sun, 23 Mar 2025 10:32:06 +0100 Subject: [PATCH] Update chat-history.md --- .../concepts/ai-services/chat-completion/chat-history.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/semantic-kernel/concepts/ai-services/chat-completion/chat-history.md b/semantic-kernel/concepts/ai-services/chat-completion/chat-history.md index 9a087456..99a17b8e 100644 --- a/semantic-kernel/concepts/ai-services/chat-completion/chat-history.md +++ b/semantic-kernel/concepts/ai-services/chat-completion/chat-history.md @@ -234,7 +234,7 @@ chatHistory.Add( new FunctionResultContent( functionName: "get_user_allergies", pluginName: "User", - id: "0001", + callId: "0001", result: "{ \"allergies\": [\"peanuts\", \"gluten\"] }" ) ] @@ -247,7 +247,7 @@ chatHistory.Add( new FunctionResultContent( functionName: "get_user_allergies", pluginName: "User", - id: "0002", + callId: "0002", result: "{ \"allergies\": [\"dairy\", \"soy\"] }" ) ] @@ -588,4 +588,4 @@ if __name__ == "__main__": Now that you know how to create and manage a chat history object, you can learn more about function calling in the [Function calling](./function-calling/index.md) topic. > [!div class="nextstepaction"] -> [Learn how function calling works](./function-calling/index.md) \ No newline at end of file +> [Learn how function calling works](./function-calling/index.md)