You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration_guides/0-6-alpha-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ pip install --pre guardrails-ai
16
16
1. The default on_fail action for validators will change from noop to exception.
17
17
1. In cases where we try and generate structured data, Guardrails will no longer automatically attempt to try and coerce the LLM into giving correctly formatted information.
18
18
1. Guardrails will no longer automatically set a tool selection in the OpenAI callable when initialized using pydantic for initial prompts or reasks
19
-
1. Guard.from_stringis being removed in favor of Guard()
19
+
1. Guard.from_string is being removed in favor of Guard()
20
20
1. Guard.from_pydantic is renamed to Guard.for_pydantic
21
21
1. Guard.from_rail is renamed to Guard.for_rail
22
22
1. Guard.from_rail_string is renamed to guard.for_rail_string
0 commit comments