fix model dropdown

This commit is contained in:
Arjun 2026-02-27 10:02:30 +05:30
parent c4aa534825
commit f84e17f152
3 changed files with 84 additions and 46 deletions

View file

@ -711,7 +711,7 @@ export async function* streamAgent({
? modelConfig.knowledgeGraphModel
: modelConfig.model;
const model = provider.languageModel(modelId);
console.log(`[main] [GraphBuilder] Agent "${state.agentName}" using model: ${modelId}`);
logger.log(`using model: ${modelId}`);
let loopCounter = 0;
while (true) {