Zayd

Results 43 issues of Zayd

This PR changes the way we define statuses on ValidationOutcome. Before, the status was defined by whether or not there were any unresolved errors remaining in the outcome (with some...

Stale

Since this url is static, we could just open it for them. Thoughts? _Originally posted by @CalebCourier in https://github.com/guardrails-ai/guardrails/pull/652#discussion_r1530481740_

This does not currently work. This pr attempts to use input/output mapping to deal with LLMs in a more generic way. What I've discovered is that there's simply too much...

Stale

This directory is meant to be a place for notebooks with interesting examples to go. It is for putting up cool projects or utilities that can help you in your...

With release v 0.5.0, importing validators directly from the guardrails lib will break. Our notebooks will also break. To fix this, we need to install validators from the hub in...

enhancement

**Description** Default values can be useful to fill in to structured data instead of using null values. **Implementation details** Add a 'default' attribute to RAIL Respect the existing `default` feature...

enhancement

https://github.com/guardrails-ai/guardrails/discussions/574

enhancement

**Describe the bug** JSON validation fails when a field that is Optional or Unioned with None is not present. In those cases, JSON validation should pass instead **To Reproduce** ```...

bug
help wanted
good first issue
python

**Description** 1. Replace the readme example. It's not a very good example of what Guardrails can do. 2. Use pydantic instead of RAIL 3. find a better example and way...

enhancement
good first issue