Replies: 1 comment
-
At 2024/03/04 it seems not supported yet. Let's hope to have the publication in these weeks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is retrieval tool supported? Following the sample code:
azure-sdk-for-java/sdk/openai/azure-ai-openai-assistants/src/samples/java/com/azure/ai/openai/assistants/RetrievalToolSample.java
Line 61 in 60e323e
I got a:
Status code 400, "{
"error": {
"message": "Retrieval tools are not supported.",
"type": "invalid_request_error",
"param": "tools[0]",
"code": null
}
Beta Was this translation helpful? Give feedback.
All reactions