Adam Veldhousen

Results 4 issues of Adam Veldhousen

This should print :hankey: and :fu: emoji in my command line if supported. For funsies, try this in any sh prompt: ``` sh echo -e "Hello, \xF0\x9F\x8D\xBA" ``` [How to...

When using this with react-native, I kept getting 'Cannot access property 'hex' of undefined' and it turns out that `this` is undefined. A simple guard check helped it load correctly.

### Summary When using Agent Panel and turning on any MCP servers, sending a prompt the Google AI API will return a 400 `GenerateContentRequest.tools[0].function_declarations[14].parameters.required[0]: property is not defined`. ### Description...

ai