mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-19 16:28:42 +00:00
More merge
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user