Moritz Scherrmann
Moritz Scherrmann
@dmontagu I created a [PR](https://github.com/pydantic/pydantic-ai/pull/1304) based on [your suggestions](https://github.com/pydantic/pydantic-ai/issues/81#issuecomment-2569499176). Feel free to have a look. I added `strict`as a field of `ModelSettings`. However, since currently only OpenAI supports this, I...
@samuelcolvin Thank you for taking care of this, I am really looking forward to this feature being added to pydantic-ai! Just a quick note: Following [this discussion](https://github.com/pydantic/pydantic-ai/issues/81#issuecomment-2557376878), I created a...
@mike-luabase Thank you for bringing that up; this is a very valid remark. However, this is not surprising. OpenAI discussed this in their presentation of the feature (see [here](https://www.youtube.com/watch?v=kE4BkATIl9c&t=1234s) until...
@Abdullahaml1 See https://github.com/pydantic/pydantic-ai/issues/1445#issuecomment-2889542381
Here is a MRE for both cases. The prompts are examples taken from the [Azure page](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filter?tabs=definitions%2Cuser-prompt%2Cpython-new#text-content): ``` from pydantic_ai import Agent SYSTEM_PROMPT = "You are a helpful assistant." PROMPT_FILTER =...