Alex Thewsey
Alex Thewsey
Think I just came across this (unless I'm missing some other way to solve it?) I was hoping to build and deploy a Dockerfile that starts: ```Dockerfile ARG BASE_IMAGE FROM...
Just come across this issue again on SM Distribution v1.9 with a different tool: AWSLabs' [agent-evaluation](https://awslabs.github.io/agent-evaluation/). ``` %pip install agent-evaluation ``` In this case `%pip show pydantic` yields `2.7.3` and...
I'm actually having some trouble with the `"file://../../../generative-ai-cdk-constructs"` dependency in package.json ending up with a load of typing errors because it seems to result in multiple parallel versions of `aws-cdk-lib`...
Hi @sawasume, sorry just to check - are you using TRP in JavaScript? Or Python? If Python then can ignore the rest of this message, but if JS then there's...
+1 to this - just came across the same issue... I appreciate the security consequences of trying to support this would depend on what Transform's being used. IMO even partial...
Also interested in this (especially since there doesn't seem to be an easy way apart from commands to just set up a custom action button anywhere outside the chat?)
Also just came up against this. In my case I was actually looking for somewhere to put an action button, rather than settings. I was expecting since there's a drop-down...
Please add some more documentation on this functionality... 😠- I don't see any listing at all for `on_audio_start()` today in the [API reference](https://docs.chainlit.io/api-reference/lifecycle-hooks/on-audio-chunk) - The [Advanced Features > Multi-Modality](https://docs.chainlit.io/advanced-features/multi-modal)...
+1 For my use-case (transcribing audio inputs), I don't need to *change* the language from the backend but at least need to be able to detect it. I see https://github.com/Chainlit/chainlit/issues/1141...
Thanks for raising @serhii12 **Firstly on the subject of `.markdown()`:** We're definitely still interested, and the bottom-up implementation pattern starting from `IRenderable` should work pretty much the same for implementing...