Python Agents #8278
Replies: 6 comments
-
Managed to find 2...
These others are proving to be more difficult to locate...
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
After sorting out the imports the code now runs but produces an error...
Is there some other initialization code that was left out of the example that is required to make this work? |
Beta Was this translation helpful? Give feedback.
-
There must be a bug in OpenAI
I can only assume that |
Beta Was this translation helpful? Give feedback.
-
Hi @corytomlinson, thank you for your feedback. Apologies that it's been difficult to get up and running. I'll work on getting the blog updated with the required imports/methods (and we'll include these going forward), as well as links to our other agent samples: Please note that you'll need your .env file configured as mentioned here. Otherwise, you can directly pass in the api_key/deployment_name/endpoint. |
Beta Was this translation helpful? Give feedback.
-
As a follow-up, @corytomlinson, I've updated the blog so that each code snippet (whether in C# or Python) then points to the full implementation of that scenario. For example, the "OpenAI Assistants" code snippet has a link below it to point the reader to the sample: https://devblogs.microsoft.com/semantic-kernel/introducing-agents-in-semantic-kernel/ Thanks again for your feedback, we appreciate it! |
Beta Was this translation helpful? Give feedback.
-
Trying to use agents with OpenAI Assistants in python for the first time after reading https://devblogs.microsoft.com/semantic-kernel/introducing-agents-in-semantic-kernel/ and getting nowhere.
To the post authors, this kind of this is not helpful at all -> "Once you’ve installed and imported the right packages, you can quickly get started with just a few lines of code:" Just include the imports in the snippet so people can easily get started.
Beta Was this translation helpful? Give feedback.
All reactions