Caleb Courier

Results 21 issues of Caleb Courier

Removes duplicate validator.validate call that carried over from a previous merge conflict

This PR swaps out the internal `ModuleManifest` class and it's children for the shared `Manifest` class from [hub-types](https://github.com/guardrails-ai/hub-types). Before this PR can be opened completely, the new packages will need...

This PR contains various bug fixes and updates to enable the Guardrails Hub playground to integration with the guardrails-api heavy image as well as latest api integration changes. A few...

We currently only document `reask_prompt` and `reask_instructions` in the `from_string` initializer arguments and briefly mention it in the `Text2SQL` doc. We need to include these wherever they are accepted including...

documentation

**Describe the bug** When a user runs `guardrails configure` part of the prompt is pasting in their token. On Windows specifically, the command line behaviour within the cli differs from...

bug
Stale

**Describe the bug** If you install a validator inside a notebook with the latest version of guardrails v0.4.3, the validator's dependencies do not get installed. This behaviour does not occur...

bug

**Describe the bug** The only way to utilize Async clients for OpenAI 1.x in guardrails is to wrap it as a custom llm. This is because our identification criteria for...

bug

**Description** Add another step to our parsing logic that checks for JSON not within a code block **Why is this needed** Some open source models don't escape JSON in a...

enhancement
good first issue

**Description** We recently added support for HuggingFace text generation models. However we currently only show this functionality in the release announcement here: https://www.guardrailsai.com/blog/0.3-release/#anthropic-and-hugging-face-models-support. We should add dedicated documentation for this...

documentation
enhancement

**Description** Currently the README of the OSS project only contains an example using the XML Rail specification. While this is still valid, we should follow suit to what we did...

documentation
enhancement
good first issue