feat(search): Add ability to set default provider, model, and optimization mode when coming from a search query
This commit is contained in:
parent
b392aa2c21
commit
37c93c3c9b
17 changed files with 603 additions and 319 deletions
|
|
@ -145,9 +145,9 @@ export class TaskManagerAgent {
|
|||
name: 'break_down_tasks',
|
||||
});
|
||||
|
||||
const taskBreakdownResult = await structuredLlm.invoke([prompt], {
|
||||
const taskBreakdownResult = (await structuredLlm.invoke([prompt], {
|
||||
signal: this.signal,
|
||||
});
|
||||
})) as TaskBreakdown;
|
||||
|
||||
console.log('Task breakdown response:', taskBreakdownResult);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue