8000 fix reasoning order in guardrails.md (#234) · KatHaruto/openai-agents-python@48ff99b · GitHub
[go: up one dir, main page]

Skip to content

Commit 48ff99b

Browse files
authored
fix reasoning order in guardrails.md (openai#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)
0