Doug
Doug
function 'get_filename_as_int' changed to 'get_filename' to reflect change of integer requirement
Is there any plan to bump to MV3? [MV2 will be going offline soon..](https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ )
Wanted to leave some observations similar to the chain of thought *smirk* that was mentioned over here for [JSON agents](https://github.com/hwchase17/langchain/issues/1409). You can copy this snippet to test for yourself (Mine...
Reposting from [Discord Thread](https://discord.com/channels/1038097195422978059/1079490798929858651/1098396255740248134): Hey y'all! I'm trying to hack the `CustomCalculatorTool` so that I can pass in an LLM with a pre-loaded API key (I have a use case...
I'm curious how cursor is inputting data into the AI and if it is able to "see" connections across different files. For example, I'm working on a code base that...
I get this error occasionally when running the calculator tool, and seems like lots of other people are dealing with weird outputs from agents [like here](https://github.com/hwchase17/langchain/issues/2276). I'm seeing just random...
Wasn't able to run `uvicorn main:app` explicitly without having a `main.py` file. Current main throws this error: `ERROR: Error loading ASGI app. Could not import module "main".` Documentation is not...