File tree 2 files changed +2
-2
lines changed
semantic_kernel/connectors
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ async def main():
44
44
thread : ChatHistoryAgentThread = None
45
45
46
46
print (f"# User: { user_input } " )
47
- # 4 . Invoke the agent for a response
47
+ # 3 . Invoke the agent for a response
48
48
response = await agent .get_response (messages = user_input , thread = thread )
49
49
print (f"# { response .name } : { response } " )
50
50
thread = response .thread
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ def __init__(
311
311
) -> None :
312
312
"""Initialize the MCP sse plugin.
313
313
314
- The arguments are used to create a sse client.
314
+ The arguments are used to create a sse client.
315
315
see mcp.client.sse.sse_client for more details.
316
316
317
317
Any extra arguments passed to the constructor will be passed to the
You can’t perform that action at this time.
0 commit comments