pub fn context_usage_from_transcript(
transcript_json: &str,
limit: &ContextLimit,
) -> Result<ContextUsage>Expand description
Estimates token usage for the session transcript JSON.
pub fn context_usage_from_transcript(
transcript_json: &str,
limit: &ContextLimit,
) -> Result<ContextUsage>Estimates token usage for the session transcript JSON.