Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure OpenAI assistant with the retrieval tool issue #29571

Open
mlariane opened this issue May 3, 2024 · 0 comments
Open

Azure OpenAI assistant with the retrieval tool issue #29571

mlariane opened this issue May 3, 2024 · 0 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team OpenAI question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@mlariane
Copy link

mlariane commented May 3, 2024

Answer: {
'model': 'gpt-35-turbo-16k',
'name': 'JS Math Tutor',
'instructions': 'You are a personal math tutor. Write and run code and answer math questions.',
'tools': [{'type': 'retrieval'}]
}

Question: Details
Answer: I simply use sample code from the public gitHub repository, the important part is that I create an assistant with the retrieval tool, which is well documented in the api and has sample code in the GitHub repository, but when I run the above params, I get an error saying retrieval tools are not supported

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 3, 2024
@deyaaeldeen deyaaeldeen added OpenAI and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels May 3, 2024
@github-actions github-actions bot added the needs-team-attention This issue needs attention from Azure service team or SDK team label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team OpenAI question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants