mirror of https://github.com/aliasrobotics/cai.git
fix reasoning order in guardrails.md
This commit is contained in:
parent
6f7e801da0
commit
bc8369c76a
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue