diff --git a/src/interfaces/assistants_web/src/constants.ts b/src/interfaces/assistants_web/src/constants.ts index b2dbf41bba..fc2b601080 100644 --- a/src/interfaces/assistants_web/src/constants.ts +++ b/src/interfaces/assistants_web/src/constants.ts @@ -92,6 +92,7 @@ export type COHERE_BRANDED_COLORS = export const BASE_AGENT: AgentPublic = { id: '', deployments: [], + is_private: false, name: 'Command R+', description: 'Review, understand and ask questions about internal financial documents.', created_at: new Date().toISOString(),