Sergio S
09/08/2024, 8:42 PMVapi
09/08/2024, 8:43 PMllmRequestDelaySeconds
parameter.
2. Set up a timer or delay function in your code that starts when you send a request to the LLM.
3. If the LLM response is not received within the specified delay time, trigger a message to the user indicating that the system is still processing their request.
4. Once the LLM response is received, you can either cancel the timer if it's still running or proceed with handling the response if the "wait" message has already been sent.
If you need to configure or change the llmRequestDelaySeconds
parameter, you can do so by providing a new value for it. If you'd like to proceed with setting or updating this parameter, please provide the desired number of seconds for the delay, and I can assist you with that.Vapi
09/08/2024, 8:43 PMShubham Bajaj
09/09/2024, 5:26 PMSergio S
09/09/2024, 5:30 PMSergio S
09/09/2024, 5:37 PMShubham Bajaj
09/09/2024, 9:23 PM