Hemanth HM
Hemanth HM
@manthanguptaa No more CORS errors, but the response isn't as complete.
I updated the package via pip and noticed: ```python WARNING Could not run function get_stock_fundamentals(properties={'symbol': 'PYPL'}, type=object) ERROR 3 validation errors for get_stock_fundamentals symbol Missing required argument [type=missing_argument, input_value=ArgsKwargs((), {'properti...PL'},...
@jacobweiss2305 would love too, is there a doc link about using some of the open models or maybe ollama on local?
Yes, was following [proposal-arraybuffer-base64](https://github.com/tc39/proposal-arraybuffer-base64) but again we would still need to do a `new Uint8Array(await response.arrayBuffer()).toBase64()` rather `response.base64()` is convenient and intuitive.
Ah! Okies. > but let's wait a couple of years for the other APIs to become more readily available +1
``` response.body .pipeThrough(new TextDecoder()) .pipeTo(article.writable); ``` Would indeed be a big win! ❤️
> What is the "init method"? Nods, I should have provided more context! `init` from `agents`: ```ts export class MyMCP extends McpAgent { async init() {} } ``` Yes, was...