Skip to content

Commit 98bbd3b

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

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
@@ -171,7 +171,7 @@ You can create a long-running conversation by using a loop:
171171
172172
```python
173173
while True:
174-
response = await chat_completion.get_chat_message_content(
174+
response = await chat_completion_service.get_chat_message_content(
175175
chat_history=chat_history,
176176
settings=execution_settings,
177177
)

0 commit comments

Comments
 (0)