The project structure has given us a natural way to link cognitive context, but not a good way to leverage that outside of the natural browser or mobile chat interfaces.
Allow the response API and realtime-speech-to-speech API to accept a project parameter that automatically uses files and prior chats in that project as a part of the session context. Similar to a vector-store file search, this would be akin to a “project search”, enabling better re-use of existing chat threads and file collections which have already been cognitively linked by the user.
A feature like this reduces client engineering effort, improves token efficiency (by not having to re-establish context manually) and prevents duplication of file uploads for redundant vector store creation.
Enabling new conversational sessions to leverage prior knowledge more efficiently with less client engineering is an essential step forward.
Thank you.