Handle missing information/error handling

Hi!

How should one handle user prompts that ends up in request that won’t succeed due to missing information. For example, if a user writes get all my data we also need to know from which Account, is it possible to return something that makes ChatGPT respond with something like: We need to know for which account. Here are the ones we found: x y z. Which one do you want to use?.

Should this be handled as an error or a successful response? How should this be specified in the openapi.yaml file. Is there any documentation for this?

BR,
Viktor