LibreChat/api/app/langchain
Daniel Avila dfec4bfe3a refactor(ChatAgent.js, handlers.js): stringify toolInput object in logs
The `toolInput` object was not being properly logged in the `ChatAgent.js` and `handlers.js` files. The `JSON.stringify()` method was added to properly log the object.
2023-06-16 00:04:35 -04:00
..
agents refactor(FunctionsAgent.js): change var to const in plan function 2023-06-16 00:04:35 -04:00
demos feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00
tools refactor(StableDiffusion.js): update prompt and negative_prompt schema descriptions to include minimum number of keywords 2023-06-16 00:04:35 -04:00
ChatAgent.js refactor(ChatAgent.js, handlers.js): stringify toolInput object in logs 2023-06-16 00:04:35 -04:00
ChatAgent.test.js tests(api): refactor to mock database and network operations (#494) 2023-06-13 00:04:01 -04:00
instructions.js feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00