I just set requestBody and the magic was done
var requestBody = new
{
assistant_id = assistantId,
instructions = "Por favor, responde.",
response_format = new {
type = "text"
}
};
Sauldos amigos…