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

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',