feat(experimental): FunctionsAgent, uses new function payload for tooling

This commit is contained in:
Daniel Avila 2023-06-13 23:39:22 -04:00 committed by Danny Avila
parent 550e566097
commit 3caddd6854
8 changed files with 227 additions and 52 deletions

View file

@ -51,6 +51,4 @@ Query: {input}
return AgentExecutor.fromAgentAndTools({ agent, tools, memory, ...rest });
};
module.exports = {
initializeCustomAgent
};
module.exports = initializeCustomAgent;