fix reasoning order in guardrails.md

This commit is contained in:
CCM 2025-03-19 11:10:58 +08:00 committed by GitHub
parent 8b643537a0
commit b642cd4506
1 changed files with 1 additions and 1 deletions

View File

@ -111,8 +111,8 @@ class MessageOutput(BaseModel): # (1)!
response: str
class MathOutput(BaseModel): # (2)!
is_math: bool
reasoning: str
is_math: bool
guardrail_agent = Agent(
name="Guardrail check",