You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using azure code interpreter session pool through semantic kernel, how can we get session id detail of code interpreter session used, so that we can fetch the session files.
Azure AI assistant agent not working. we are getting co routine error while implementing Azure AI assistant. please find error details
How can we use azure container session pool as a code interpreter in agent group chat of Semantic Kernel.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Error executing dynamic code with semantic kernel
Python: Error executing dynamic code with semantic kernel
Feb 26, 2025
Hi @swapnilgvartak, to @sphenry's point, please follow the samples. main() should be async def main() and you thus need to call it with asyncio.run(main()).
For #3, Shawn pointed to a good sample. Per my comment above, you hook up the plugin to an agent, like a ChatCompletionAgent, and that agent, with function calling enabled, can execute code.
The text was updated successfully, but these errors were encountered: