James Inman
James Inman
I have a JSON endpoint that's returning data in the following format: ``` [{ id: 1, name: "Bob" }] ``` And I'm using the following code: ```javascript window.addEventListener("awesomplete-selectcomplete", function(e) {...
**Bug Description** Attempted to send the following message and got an API error response > OK, any progress? ⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"messages.48.content.1: unexpected `tool_use_id` found in `tool_result` blocks: toolu_019ETtGZEhTBXgWPVsdVnXMh....
**Describe the bug** Ferrum 0.17.1 is incompatible with Ruby 3.4 due to a breaking change in the forwardable module. The array-based delegate syntax for setter methods (ending in =) causes...