context_get: Get Session Context by Handle

View source: R/context_query_tools.R

context_getR Documentation

Get Session Context by Handle

Description

Resolve a compact context handle to either its summary metadata or a bounded detailed representation.

Usage

context_get(session, handle_id, detail = c("summary", "full"))

Arguments

session

A ChatSession or SharedSession.

handle_id

Context handle ID.

detail

One of "summary" or "full".

Value

A list with handle metadata and optional bounded content.


aisdk documentation built on May 29, 2026, 9:07 a.m.