Squad default assistant Overrides ?
# support
z
Hello, When I get a squad from the api endpoint I see assistantOverrides for my model. Is this normal ? Thank you for your help. See the output below { "id": "cdf1842e-32ea-4563-9231-f33271164dfc", "orgId": "ef598c0d-6e80-4917-9422-733eeb405edf", "createdAt": "2025-01-13T20:53:13.792Z", "updatedAt": "2025-01-13T20:54:40.628Z", "members": [ { "assistantId": "01c4ab6e-c555-49b1-b8c0-2d65611f6b34", **"assistantOverrides": { "model": { "model": "gpt-3.5-turbo", "provider": "openai" },** .....
v
@zxdream Hello! Yes, it's perfectly normal to see
assistantOverrides
in the squad configuration from the API endpoint. These overrides allow you to customize the behavior of the assistant for specific members of the squad. For example, you can set a different model, adjust the temperature for calls, or specify a knowledge base to be used. The output you've provided shows that there are overrides set for the model, specifying which AI model to use and its provider. This level of customization is a feature designed to give you more control over how the assistant operates within your squad. If you have any specific questions about configuring these overrides or if you need assistance with anything else, feel free to ask!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
z
I understand what overrides is but I don't understand why I get those overrides when I call the get Squad endpoint without any action from me.
@User I've found something interesting. If I create squad from the ui with assistants. And call the get squad endpoint, I see overrides in the assistant objects. If I create squad directly with api, no overrides.
s
@zxdream Yes, this is expected behavior when using the dashboard. Through the dashboard, you get the option to configure the assistant destinations and more, whereas through the API you are able to get things done with just the essentials. We are working on resolving this discrepancy as well. Thank you for pointing it out - we will evaluate what can be done and keep you updated.
z
It's a bit confusing since those options are a bit hidden and since I had setup my models I didn't expect them to be changed. Thank's for your reply
s
@zxdream I will create an issue for this and add to our list.
3 Views