Samuel Colvin
Samuel Colvin
@olafgeibig I'd be interested to understand how you're registering the LLM optimised documentation with your LLM?
@pawamoy that was my plan originally, but what @petyosi did seemed to work well, so makes sense to start with that.
Yes you can. Currently we handle structured outputs via tool calls, but as per https://github.com/pydantic/pydantic-ai/issues/582 we'll soon support other mechanisms (e.g. builtin mechanisms in openai and gemini, and JSON Schema...
Yup, we should use the new semantics Otel attributes for GenAI, we're intending to work on this soon, but it's a big piece of work.
Thanks so much for addressing this, I wondered if such a thing would be possible but hadn't gotten around to creating an issue. 🙏
The python stuff is already behind a feature flag, so that's fine. Out of interest, what do you use instead of `Arc`? I'd be happy to accept a PR to...
Opposite question, What's the advantage of splitting?