Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc8369c

Browse files
authoredMar 19, 2025
fix reasoning order in guardrails.md
1 parent 6f7e801 commit bc8369c

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)
Please sign in to comment.