semantic-kernel
semantic-kernel copied to clipboard
Python: Microsoft Learn "How-To: OpenAIAssistantAgent File Search" Needs to be updated
The How-To: OpenAIAssistantAgent File Search Quickstart in MS Learn needs to be fixed: https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/examples/example-assistant-search?pivots=programming-language-python
Vector Store Definition
Incorrect:
Correct needs vector_store = ..
Thread
Needs to be: thread: AssistantAgentThread = None
Thanks for filing. OpenAI updated their library. Will work on a fix soon. Good catch on the thread mismatch.
Handling via a PR in the docs repo.