fix: add modelLabel to response sender options for agent initialization

This commit is contained in:
Danny Avila 2025-06-21 14:39:02 -04:00
parent 7ad3ef7c23
commit 313b455613
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -114,6 +114,7 @@ const initializeClient = async ({ req, res, endpointOption }) => {
getResponseSender({
...endpointOption,
model: endpointOption.model_parameters.model,
modelLabel: endpointOption.model_parameters.modelLabel,
});
const client = new AgentClient({