-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
After the last update i've tried to use my code that does what explained also here. https://platform.openai.com/docs/assistants/how-it-works/managing-threads-and-messages
Now when accessing the .quote i receive the error as above
'FileCitation' object has no attribute 'quote'.
can it be that they changed the api? (i don't find annotations description in the docs)
To Reproduce
- Create an assistant with files associated
- ask a question that has filecitation
- check to get the file_citation.quote
Code snippets
No response
OS
macOs
Python version
3.12
Library version
1.30.5
kyo-ago, amureki, codingjoe and MohamadZeina