Did you check the docs?
Is your feature request related to a problem? Please describe.
check_async() does not handle tool-calling conversation patterns
Describe the solution you'd like
- Accept
tool_calls fields on assistant messages and role: tool messages in the check_async() input
- Route tool-related content through the appropriate
tool_input / tool_output rails
- Return check results that reflect whether tool interactions passed or were blocked/modified
Describe alternatives you've considered
n / a
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
check_async()does not handle tool-calling conversation patternsDescribe the solution you'd like
tool_callsfields on assistant messages androle: toolmessages in thecheck_async()inputtool_input/tool_outputrailsDescribe alternatives you've considered
n / a
Additional context
No response