Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48ff99b

Browse files
authored
fix reasoning order in guardrails.md (#234)
2 parents 6f7e801 + bc8369c commit 48ff99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guardrails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ class MessageOutput(BaseModel): # (1)!
111111
response: str
112112

113113
class MathOutput(BaseModel): # (2)!
114-
is_math: bool
115114
reasoning: str
115+
is_math: bool
116116

117117
guardrail_agent = Agent(
118118
name="Guardrail check",

0 commit comments

Comments
 (0)