object_peek: Peek at a Live R Object

View source: R/context_query_tools.R

object_peekR Documentation

Peek at a Live R Object

Description

Inspect a live object through the existing semantic inspection adapters.

Usage

object_peek(
  session,
  name,
  detail = c("summary", "structure", "sample", "full")
)

Arguments

session

A ChatSession or SharedSession.

name

Object name in the session environment.

detail

One of "summary", "structure", "sample", or "full".

Value

A compact inspection string.


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