The client has raised a client for the requirement,
Bot should trigger the CHATGPT during an unrecognized queries scenario**
can you please help me can this is achievable?
- Perform the GPT-3 integration
- Create a Fallback flow (whenever a query is unknown, this flow will trigger).
2.1 In this flow, store the unrecognised query in a string variable using{{data.message}}
2.2 pass this variable as the prompt into the gpt-3 node - Print the output
thanks @gautham , will try as you mentioned