Skip to content

Commit 3224f4d

Browse files
sphenrymoonbox3
andauthored
Added missing import asyncio to agent with plugin python (#11472)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 Co-authored-by: Evan Mattson <[email protected]>
1 parent 975bb9b commit 3224f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ await foreach (AgentResponseItem<ChatMessageContent> response
132132
Enhance your agent with custom tools (plugins) and structured output:
133133

134134
```python
135+
import asyncio
135136
from typing import Annotated
136137
from pydantic import BaseModel
137138
from semantic_kernel.agents import ChatCompletionAgent

0 commit comments

Comments
 (0)