Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
alfonso-paella created a review comment on a pull request on goat-sdk/goat
hmm at a minimum add a TODO for that, we can improve it in a future version
alfonso-paella created a review comment on a pull request on goat-sdk/goat
sorry, i meant usign zod.describe()... i believe the llm uses that to understand what to set each param to
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion Copy the `.env.template` and populate with your values. ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion # Example: Vercel AI with buy token tool ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
when would this ever happen? can the error be more specific about how to address it
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion throw new Error(`Failed to create buy order: ${res.status} ${res.statusText}`); ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion `Failed to create buy order: ${res.status} ${res.statusText}\n\n${JSON.stringify(json, null, 2)}`, ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion description: "Buy a token such as an NFT, SFT or item tokenized by them, listed on any blockchain", ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
```suggestion name: "buy_token", ```
alfonso-paella created a review comment on a pull request on goat-sdk/goat
especially the locators
alfonso-paella created a review comment on a pull request on goat-sdk/goat
i think it may help to add a line of docs to each option w cursor here
alfonso-paella created a review comment on a pull request on goat-sdk/goat
this supports client ids right
alfonso-paella opened an issue on goat-sdk/goat
[Tool][crossmint-mint] Doesn't mint to email well
**Describe the bug** This prompt: `Mint 1 NFT to recipient [email protected]. The NFT's collection id is ${collectionId} and the NFT's metadata are ${JSON.stringify(metadata)}` should mint an N...alfonso-paella pushed 1 commit to main goat-sdk/goat
- [Wallet] EVMWallets can take an arbitrary 'data' param now (#137) e861c71