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 4605191 commit 98bbd3bCopy full SHA for 98bbd3b
articles/ai-studio/how-to/develop/semantic-kernel.md
@@ -171,7 +171,7 @@ You can create a long-running conversation by using a loop:
171
172
```python
173
while True:
174
- response = await chat_completion.get_chat_message_content(
+ response = await chat_completion_service.get_chat_message_content(
175
chat_history=chat_history,
176
settings=execution_settings,
177
)
0 commit comments