Skip to content

Commit

Permalink
Change summary agent config id
Browse files Browse the repository at this point in the history
Signed-off-by: Heng Qian <[email protected]>
  • Loading branch information
qianheng-aws committed Sep 3, 2024
1 parent 14f9030 commit f799e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/summary_routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getAgent, searchAgentByName } from './get_agent';
import { ML_COMMONS_BASE_API } from '../utils/constants';
import { InsightType, SummaryType } from '../types';

const SUMMARY_AGENT_CONFIG_ID = 'summary';
const SUMMARY_AGENT_CONFIG_ID = 'os_general_llm';
const OS_INSIGHT_AGENT_CONFIG_ID = 'os_insight';
let osInsightAgentId: string | undefined;
let userInsightAgentId: string | undefined;
Expand Down

0 comments on commit f799e15

Please sign in to comment.