I am building a coaching chat interface.
I chose chat completions due to simplicity of implementation and also quicker ai responses (vs assistants)
I am considering switching to Responses but havent seen a lot of how to content, here are some questions I have:
- what changes do you make on api call and workflows for responses?
- Responses has RAG enabled on openai side. If you upload your files to openAI, is rag will work automatically OR do you need to adjust worklflows to instruct model when to retrieve info from files? OR is this instructed in system prompt?
thanks in advance for insights and guidance!!