Fallback
Last updated
It is quite difficult to guess user input patterns, so if the application cannot handle them, it is necessary to fallback to another application or process.
Here are some examples of fallback:
Here is an example of ChatGPT. Here, we only provide a message for redirection rather than fully transferring the function.
In the case of Google Bard, for example, Google search results are displayed after the assistant's message.
This combines the results of a process other than the existing LLM to assist the assistant's role.
Whether to display the results of an existing process without waiting for the user's judgment depends on the situation. While it eliminates the possibility of users leaving while waiting for their judgment, some users may find the results of the fallback annoying.