Skip to content

Commit 4f6149d

Browse files
committed
fix reasoning order in guardrails.md
1 parent e28e13a commit 4f6149d

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)