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)