Aaron Hill
Aaron Hill
I can't reproduce this - are there any errors in the console when this happens?
This is very strange - the `DoAbc2` tag for `BattlePlane` appears *before* the tag for `title_png$3fac11797297d32ce19791d25ced8a511818755217` - however, the class initializer for `BattlePlane` seems to be able to load it...
@virajmehta and I both like `"type": "tensorzero::raw_text"` - if a user forgets to set `OPENAI_BASE_URL`, then OpenAI should give them back an error message that includes `tensorzero`
Are you sure that this is done in URLLoader, and not in ByteArray? There's already some BOM-related logic in ByteArray, so I wonder if it just needs to be extended
The first issue affecting this is our incorrect handling of `loader.loadBytes` (most of the logic should run immediately). After that, there's something going wrong with the `name` argument to `Proxy.getProperty/setProperty`...
The gateway side of this is done - we just need to improve the UI
We should update the `VariantExtraBody` and `ProviderExtraBody` to allow setting `delete`
Done in https://github.com/tensorzero/tensorzero/pull/2672. We should open a separate issue for creating native Python types for `extra_headers`
This is going to be very difficult to avoid entirely, as there isn't a good (deadlock-free) way of converting Rust log messages into Python logger messages.
Initial implementation added in https://github.com/tensorzero/tensorzero/pull/3001