Fix: Agents endpoint renamed to "My Agent" for less confusion with the Marketplace agents.

This commit is contained in:
Atef Bellaaj 2025-07-23 10:50:18 +02:00 committed by Danny Avila
parent 3105c17713
commit a17826fe39
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -898,7 +898,7 @@ export const defaultEndpoints: EModelEndpoint[] = [
export const alternateName = {
[EModelEndpoint.openAI]: 'OpenAI',
[EModelEndpoint.assistants]: 'Assistants',
[EModelEndpoint.agents]: 'Agents',
[EModelEndpoint.agents]: 'My Agents',
[EModelEndpoint.azureAssistants]: 'Azure Assistants',
[EModelEndpoint.azureOpenAI]: 'Azure OpenAI',
[EModelEndpoint.chatGPTBrowser]: 'ChatGPT',