Skip to main content

transform

Function transform 

Source
pub fn transform(
    kind: IntegrationKind,
    server: &str,
    tool: &str,
    text: &str,
    budget_tokens: usize,
) -> Option<String>
Expand description

Model-facing text transform applied before the generic L1/L2 path. Returns Some(text) when a typed adapter rewrote the output, else None.