We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d26c32 commit 94c08b5Copy full SHA for 94c08b5
articles/ai-studio/how-to/develop/semantic-kernel.md
@@ -139,7 +139,7 @@ from semantic_kernel.contents.chat_history import ChatHistory
139
chat_history = ChatHistory()
140
chat_history.add_user_message("Hello, how are you?")
141
142
-response = await chat_completion.get_chat_message_content(
+response = await chat_completion_service.get_chat_message_content(
143
chat_history=chat_history,
144
settings=execution_settings,
145
)
0 commit comments