get_semantic_workflow_hint: Get a Semantic Workflow Hint

View source: R/semantic_adapter.R

get_semantic_workflow_hintR Documentation

Get a Semantic Workflow Hint

Description

Resolve a workflow hint for an object using the active semantic adapter registry.

Usage

get_semantic_workflow_hint(
  obj,
  goal = NULL,
  registry = NULL,
  session = NULL,
  envir = NULL
)

Arguments

obj

The object to inspect.

goal

Optional goal string used by the hint resolver.

registry

Optional SemanticAdapterRegistry.

session

Optional ChatSession or SharedSession.

envir

Optional environment. Ignored when session is provided.

Value

A workflow hint object or NULL.


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