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__(
226
226
)
227
227
if not _loaded :
228
228
self ._save ()
229
+ else :
230
+ self .configure ()
229
231
230
232
@field_validator ("output_schema" )
231
233
@classmethod
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ async def async_call(
281
281
return llm_response
282
282
283
283
# 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")
285
285
async def async_validate (
286
286
self ,
287
287
iteration : Iteration ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " guardrails-ai"
3
- version = " 0.5.13 "
3
+ version = " 0.5.14 "
4
4
description = " Adding guardrails to large language models."
5
5
authors = [" Guardrails AI <contact@guardrailsai.com>" ]
6
6
license = " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments