Karan Acharya
Karan Acharya
**Describe the bug** In the `__init__` method of `PydanticFieldValidator`, the kwarg `field_validator` is not passed along in the super call as follows: `super().__init__(on_fail, **kwargs)`. Location: https://github.com/guardrails-ai/guardrails/blob/8833c0507d58825b2712d7660b14efff7dc69855/guardrails/validators/pydantic_field_validator.py#L32-L39 This causes the argument...
**Description** Streaming the raw and validated outputs is super helpful and intuitive and users don't need to wait for the entire response to be generated and then kick in Guardarils'...