Hello,
Using the custom connectors of the integration service, I am not able to modify some fields of the body of the request when using it in Studio.
I have made those requests fields as required in the custom connector editor, but they do not appear when I open the activity in Studio. Specifically, those fields are in the following structure :
{
“messages”: [{“role”:“…”,“content”:“…”}],
“temperature”: …,
…
}
Temperature and the rest I’m able to modify in the additionnal properties, but message role and content does not appear (whether I set them as Main, Additionnal or required in the Activity Designer).
I also tried defining in either Activity Designer from payload, or from Request FIelds manually.
Body is defined in the parameters, with a default value. I republished the model with changes but still it doesn’t appear, and tried both Studio Web & Desktop.
Is there something that I’m missing here ?