Too often when it doesn’t know how to do something, it simply just makes up some fake “mock” results. E.g. if its suppose to make an API call to get some data, and it fails to do so, it will just make up fake results instead of telling me.
This adds extra effort to detect and debug.
How do I get it to stop faking it and if it doesn’t know how to do something, ask me instead?
Is there is a “system prompt” or “temperature” equivalent?