-
Notifications
You must be signed in to change notification settings - Fork 183
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
[Feature Request]: Support annotations (citations) with assistants api #1590
Open
1 of 3 tasks
Tracked by
#1095
Labels
enhancement
New feature or request
JS
Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
Comments
corinagum
pushed a commit
that referenced
this issue
May 15, 2024
## Linked issues #minor #1590 ensure plan generated by assistants planner maps to message with citations properly.
corinagum
added
the
JS & dotnet & Python
Change or fix must apply to all three programming languages
label
Jun 13, 2024
When this feature will be available ? |
At this time we don't have timeline information. Thanks for your patience. |
1 task
corinagum
added
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
JS
Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
and removed
JS & dotnet & Python
Change or fix must apply to all three programming languages
labels
Aug 7, 2024
C# implementation findingsRequirements
Findings |
singhk97
added a commit
that referenced
this issue
Aug 8, 2024
…ions (#1913) ## Linked issues closes: #minor #1590, #1585 ## Details * ~Bump `OpenAI` to 2.0.0-beta.8~ * Add `AssistantMessage` class that represents a message returned by the OpenAI Assistant. ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
JS
Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
Scenario
Currently, citations coming from Azure OpenAI On Your Data is supported. However, if an assistant is set up with
file_search
, citations will not be similarly automatically added.We want to support citations for
file_search
as well.file_search
Solution
Modify SayCommand to create citations when assistant file_search returns annotations
Tasks
The text was updated successfully, but these errors were encountered: