Since OpenAI developed the API, I have started developing internally using GPT. Because it is not necessary to develop multiple projects at the same time, it is not possible to develop GPT all the time.
Currently, we are developing knowledge retrieval Assistants (such as the retrieval assistant for all system administrators in the group). When I am reading carefully the Assistants API on the OpenAI official website, I feel that some places are not very clear.
-
In the Create assistant API, there is the file_ids parameter (the id of the jsonl type file),
There is also a file_ids parameter in the Create message API (used for retrieval or code_interpreter, file type list)
a. What role do these two documents play in the entire operating principle of assistant?
b. What is the priority?
c. If it is knowledge retrieval, can only use assistant file_ids?
No need to use message file_ids?
-
Create assistant API\Create message API Is there an error when the reference links at file in the two file_ids point to the same page?
-
Create assistant in the playground and find that no content is returned?