Skip to content

Commit 94c08b5

Browse files
Update articles/ai-studio/how-to/develop/semantic-kernel.md
Co-authored-by: Tao Chen <[email protected]>
1 parent 3d26c32 commit 94c08b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/semantic-kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ from semantic_kernel.contents.chat_history import ChatHistory
139139
chat_history = ChatHistory()
140140
chat_history.add_user_message("Hello, how are you?")
141141
142-
response = await chat_completion.get_chat_message_content(
142+
response = await chat_completion_service.get_chat_message_content(
143143
chat_history=chat_history,
144144
settings=execution_settings,
145145
)

0 commit comments

Comments
 (0)