continuing-cyan•15mo ago
Getting 500 status code on sending "llmRequestNonPunctuatedDelaySeconds" parameter
I get 500 status code while sending newly added
llmRequestNonPunctuatedDelaySeconds
parameter to PATCH /assistant
.
Potentially, the same is applies to POST /assistant
.
Here is the example of request body without llmRequestNonPunctuatedDelaySeconds
which leads to getting 200 response:
Here is the example of request body with llmRequestNonPunctuatedDelaySeconds
which leads to getting 500 response:
5 Replies
@Moody Reaper
It seems like there might be an issue with the implementation or recognition of the
llmRequestNonPunctuatedDelaySeconds
parameter in the API. Since you're receiving a 500 status code, this indicates a server-side error, which could be due to various reasons such as a bug in the API, incorrect handling of the new parameter, or the parameter not being supported yet.
To resolve this issue, please double-check the API documentation to ensure that the llmRequestNonPunctuatedDelaySeconds
parameter is correctly implemented and supported. If the documentation confirms that it should work as expected, then the issue might be on the server side, and I would recommend reaching out to the API support team with the details of the error.
If you need further assistance or if there's anything else I can help you with, please let me know!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @Vapi Team for additional help.VAP-1552 - llmRequestNonPunctuatedDelaySeconds is not being added via API
Most probably, the issue is with the column related to it that isn't added in the database
Status
Triage
Assignee
kaustubh@vapi.ai
Vapi
absent-sapphire•15mo ago
Looks like a bug, we will get this fixed.
continuing-cyanOP•15mo ago
@Sahil, are there any updates regarding that?
absent-sapphire•15mo ago
It will require one to two more days.
@Moody Reaper Fixed.