I feel somewhat on the fence about this, but would you be open to having `types.NavbarOptions` inherit from `TypedDict`? The benefit being that we wouldn't need `ui.navbar_options()`. FWIW, the `an...
@r-leyshon would it help you solve your use case if the `chat_model` had something like a `.on_tool_request()`/`.on_tool_response()` method which takes a callback that gets passed the tool request/...
You can specify animation options in py-shiny, but unfrotunately, it's not very clear how to do so since the `AnimationOptions` type currently isn't exported. That said, the type looks like this:
...