Skip to contents

Returns 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.

Usage

cb_tool_apply_filters(cohort)

Arguments

cohort

A Cohort object.

Value

A cb_tool object.