
Create a tool that adds filters and sets their values in one call
Source:R/ai_tools.R
cb_tool_apply_filters.RdReturns a cb_tool that combines filter addition and value
assignment into a single tool call. This avoids issues with LLMs splitting
the work across multiple parallel calls.
Arguments
- cohort
A
Cohortobject.