Parameters are send in the wrong format
# support
s
I specified the properties "start_time" and "end_time" and set up a webhook in make. But I'm receiving the parameters as follows "startTime" and "endTime", allthough I specified the correct formats in the prompt and in the properties. Do you have an idea how I can solve this problem?
n
there could be a model hallucination. is there a way in make to handle both formats?
we're also adding some post-processing on our side to make sure we match the format you give us
s
yes parsing in json helped
s
One method to prevent model hallucination is specifying in the prompt to call the custom function with specific parameters and values.