More merge
This commit is contained in:
parent
1a2ad8a59d
commit
b2da9faeed
5 changed files with 12895 additions and 2071 deletions
|
|
@ -242,6 +242,9 @@ class MetaSearchAgent implements MetaSearchAgentType {
|
|||
systemInstructions: string,
|
||||
isCompact?: boolean,
|
||||
) {
|
||||
|
||||
console.log("compact mode", isCompact);
|
||||
console.log("optimization mode", optimizationMode);
|
||||
return RunnableSequence.from([
|
||||
RunnableMap.from({
|
||||
systemInstructions: () => systemInstructions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue