Skip to content

Commit 4605191

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

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
@@ -152,7 +152,7 @@ Alternatively, you can stream the response from the service:
152152
chat_history = ChatHistory()
153153
chat_history.add_user_message("Hello, how are you?")
154154
155-
response = chat_completion.get_streaming_chat_message_content(
155+
response = chat_completion_service.get_streaming_chat_message_content(
156156
chat_history=chat_history,
157157
settings=execution_settings,
158158
)

0 commit comments

Comments
 (0)