'property modelOutputInMessagesEnabled should not ...
# support
d
This doesn’t work to be set to true I get this error
@User
a
Can you send me the complete curl request?
d
@User
s
@DomnulZeu @mukul Model output in messages enabled is part of the assistant. It doesn't exist independently, so you have to pass it inside the assistant property to make it work.
Copy code
json
{
"assistant": {
   ...existingConfig,
   modelOutputInMessagesEnabled: true
  }
}
m
working now, thanks