Skip to content

Commit 735c5db

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

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
@@ -184,7 +184,7 @@ If you're streaming the response, you can use the following code:
184184
185185
```python
186186
while True:
187-
response = chat_completion.get_streaming_chat_message_content(
187+
response = chat_completion_service.get_streaming_chat_message_content(
188188
chat_history=chat_history,
189189
settings=execution_settings,
190190
)

0 commit comments

Comments
 (0)