I am using Openai Response api and until yesterday i was able to monitor logs but today i cant see any new logs being created.
API is working and i see response at my system end.
I am using Openai Response api and until yesterday i was able to monitor logs but today i cant see any new logs being created.
API is working and i see response at my system end.
Nothing changed from yesterday. its the same project and api calls i am making from external system. as you can see on my screenshot it was creating logs until yesterday. today no logs.
I see. Does it work on playground when the parameter store=true is active?
What is this “external system”, are you coding it or just using it? If you are coding, have you implicitly put the parameter store?
I am doing a callout from salesforce to openai. when i use playground its logging but api call no. just to clarify nothing changed in my code from yesterday to today. I never set store=ture and it was still showing all my request and respons info as a log. until today.
The parameter defaults to true, but since there is an external software there is no telling if they are not setting it to something else.
It wouldn’t be strange if a software update or IT manager decided to set it to false, in order to prevent confidential information from being logged.
Perhaps you should consider talking directly to your salesforce representant or your IT department, as this is a developer forum and you are reporting unintended behaviour from a third party software that you have no access to the source code that is making the API call, thus can’t tell if the parameter is true or false.
yeah things have returned to normal