File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ def __init__(
226226 )
227227 if not _loaded :
228228 self ._save ()
229+ else :
230+ self .configure ()
229231
230232 @field_validator ("output_schema" )
231233 @classmethod
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ async def async_call(
281281 return llm_response
282282
283283 # TODO: Refactor this to use inheritance and overrides
284- @async_trace (name = "/validation" , origin = "AsyncRunner.async_validate" )
284+ # @async_trace(name="/validation", origin="AsyncRunner.async_validate")
285285 async def async_validate (
286286 self ,
287287 iteration : Iteration ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " guardrails-ai"
3- version = " 0.5.13 "
3+ version = " 0.5.14 "
44description = " Adding guardrails to large language models."
55authors = [
" Guardrails AI <[email protected] >" ]
66license = " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments