assistant/get is not returning the values that are...
# support
g
Then if I modify explicitly and use back the get assistant, then it shows in the information. Anyway I think it would be usefull to get all the actually settings that the assistant are using. If not explicitly set, it will use default, but we don't have access to that default value. https://cdn.discordapp.com/attachments/1339239747121578107/1339242329613013112/image.png?ex=67ae021d&is=67acb09d&hm=56c779e1dd7f17071a588985a0425d6d3e47d5016b7906974290917ee6b7c0a0&
To give some example. Old and new are exactly the same. I just switched the smartEndpointingEnabled to true, published and then switched back to false. When I use the get, the new one start showing the smartEndpointingEnabled while the old one is not showing it. So how can we really get the list of all the settings of the assistant ? I'm interested because I want to create models to be filled to test different configurations. In this way I'm not even sure which are all the values that we could change.
c
Hey Giorgior27, you can get your assistant config using endpoint GET /assistant/:id
48 Views