nebu-ctx 0.7.8

Lean-ctx runtime adapted for the NebuCtx self-hosted client/server product.
Documentation
1
2
3
4
5
6
7
8
9
pub fn handle(
    action: &str,
    period: Option<&str>,
    model: Option<&str>,
    limit: Option<usize>,
) -> String {
    let _ = (action, period, model, limit);
    crate::cli::hosted_analytics_only_message("ctx_gain")
}