Samuel Colvin

Results 1267 comments of Samuel Colvin

this makes sense, though isn't very intuitive, you're correct that I don't have `show_root_heading` set globally, so it must be false by default.

Our plan is not to add 3.14 support for Pydantic V1 since 1. It's a lot of work 2. Use of Pydantic V1 with 3.13 represents DATE('2025-06-01') GROUP BY `python_version`,...

ye, we've discussed this, it would also be useful if the description for a tool could be dynamic (generated per LLM call by a function). So maybe w can combine...

This was solved by #157, sorry I forgot to link the PR.

I definitely don't want to replace the current models with litellm, but happy to review a pr to add it as an addition model.

Putting it politely, it looks like aisuite will suffer from the same drawbacks @pedroallenrevez mentioned about litellm.

I think on balance it would be a mistake to support LiteLLM right now. Closing this, but happy to re-open if I'm wrong.

👍 There's also the possibility of having different retention periods for spans vs. metrics, and having some kind of aggregations where the results are stored for longer — e.g. you...

@boppanna-anil you much be using an old version of Pydantic somehow, we definitely have that parameter in Pydantic.

Could you achieve the same results by either: * Using an alias generator * or, defining aliases with `AliasPath` - presumably intelisense doesn't know how to what to do with...