guardrails icon indicating copy to clipboard operation
guardrails copied to clipboard

Streaming Error Span schema

Open nichwch opened this issue 1 year ago • 1 comments
trafficstars

Adds validated_chunk field to ValidationResult, and error_spans to FailResult. Error spans track the specific character index ranges that are causing validation failure.

Additionally, a helper method that converts error spans in a fail result (which are indexed relative to the validated_chunk) into error spans that are relative to the entire LLM output

nichwch avatar May 16 '24 23:05 nichwch