ChatGPT Apps SDK
Building applications with the ChatGPT Apps SDK. Share your apps and get help.
I've been working with the Assistants API's file search tool and wanted to share some performance tips after uploading ~500 documents. Tips 1. Chun
I spent a week getting streaming to work properly with the Assistants API, especially with tool calls. Here's a complete implementation: python from
Is it possible to have multiple assistants respond in the same thread? I want to build a multiagent system where: 1. Assistant A researcher searches
I've run both the Assistants API with file search and a custom RAG pipeline LangChain + Pinecone + GPT4o for the same use case: customer support over
I'm building a chatbot using the Assistants API and some messages are disappearing from the thread after a run completes. The user message is there, b