You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get messages from assistant with included file_search function if response message has file citations, exception exception: io.ktor.serialization.JsonConvertException: Illegal input: Field 'quote' is required for type with serial name 'com.aallam.openai.api.message.FileCitation', but it was missing at path: $.data[0].content[0].text.annotations[0].file_citation occured
Steps to Reproduce
Create assistant with included vector store with files and file_search option
Create and run thread with message about information stored in files (e.g with retrieval file info)
after run is completed call method openai.messages(ThreadId(THREAD_ID))
Environment
openai-kotlin version: 3.8.1
Kotlin version:1.9.10
OS: macOS
The text was updated successfully, but these errors were encountered:
Description
Trying to get messages from assistant with included file_search function if response message has file citations, exception
exception: io.ktor.serialization.JsonConvertException: Illegal input: Field 'quote' is required for type with serial name 'com.aallam.openai.api.message.FileCitation', but it was missing at path: $.data[0].content[0].text.annotations[0].file_citation
occuredSteps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: