Mikhail Simin
Mikhail Simin
Complexity arises from the fact that we instantiate connection objects in the constructor of each AWS Actor. Even though the connection object definition is lazy, the method to fetch current...
@daravi Your situation makes sense! I think a loud warning would be more suitable than a hard-coded https requirement. Locally run services might not be https -- I don't want...
@kapis Hi! Just jumping in here. I tried reproducing it with these versions, but got successful stream response for all of them: ```python # api_version="2025-01-01-preview", # works # api_version="2024-05-01-preview", #...
I actually tried V3 briefly but couldn't figure out how to get it to work. It said the entire method was not found. I'll dig in a bit more and...
Still can't upgrade to v3. Even the copy/paste example doesn't work: ```ts const symbol = 'OCDO.L'; const queryOptions = { modules: ['price', 'summaryDetail'] }; // defaults const result = await...
@gadicc upgrading worked -- thanks for the doc. However the jest (original bug) is still failing. I'm on Windows, node v20.9. now using next-major It's definitely jest + yahoo-finance2 conflict....
Custom cookie manager fixes this: ```ts import YahooFinance from "yahoo-finance2"; import fetchCookie from 'fetch-cookie'; import { CookieJar } from 'tough-cookie'; import { fetch as undiciFetch } from 'undici'; // Minimal...
Good catch! I assumed it was cookies related because of the error message, but yeah it's something jest does with fetch. I couldn't find what jest might be up to....
> Correct me if I'm wrong, but I think your issue might be the same one covered in [this forum thread](https://community.crewai.com/t/loading-trained-pkl-file-for-flow/5343/2)? > > If that's the case, it's the same...
@lucasgomide I'd be happy to if I knew how it works! I'm not actually sure what it does. Is there some RAG system or does it append to the prompt?