Silvano Cerza

Results 111 comments of Silvano Cerza

Closing, this is not the direction we want to go with multi modal chat messages. If you still want to contribute this feature feel free to do following my suggestion...

We can keep it much simpler. As of now models can receive and generate the following: * text * image * audio * video * heterogeneous list of all the...

This is also related to #7873 as it talks about execution of Components with `Variadic` and `is_greedy` set to `True`. "Greediness" of a Component is also referenced in other places...

Sorry, I missed the discussion. To be fair I don't see the benefit of a connection pool in this case, nor how it would solve the problem. As of now...

@octalpixel @johantandy any of you willing to take care of this using the connection context properly? I would suggest taking a look at this first 👇 https://www.psycopg.org/psycopg3/docs/basic/usage.html#connection-context

This is up for grabs by anyone that want to fix how the connection is handled, see my above comment. ☝

@lbux sorry for the late review. I decided to remove the kwargs argument as most of the `AzureOpenAI` arguments are already exposed, if we need to expose the others we...

Looks good to me but can we maybe use a syntax similar to what [this extension](https://github.com/hackebrot/jinja2-time) does? I think it's more versatile and will make it easier to add functionalities...

That's expected. Because of the changes to fix the security issue we had to make this breaking change. The `ConditionalRouter` can only return the following Python literal types now: strings,...