describe_semantic_object: Describe an Object Semantically

View source: R/semantic_adapter.R

describe_semantic_objectR Documentation

Describe an Object Semantically

Description

Produce a structured semantic description for an object using the active registry.

Usage

describe_semantic_object(
  obj,
  name = NULL,
  registry = NULL,
  session = NULL,
  envir = NULL,
  budget = NULL
)

Arguments

obj

The object to describe.

name

Optional display name.

registry

Optional SemanticAdapterRegistry.

session

Optional ChatSession or SharedSession.

envir

Optional environment. Ignored when session is provided.

budget

Optional budget hint passed to preview-capable adapters.

Value

A named list containing adapter name, capabilities, and structured metadata.


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