View source: R/semantic_adapter.R
| create_default_semantic_adapter_registry | R Documentation |
Build the package default semantic adapter registry used for semantic object inspection. The default registry includes built-in generic adapters and can optionally apply extension registrars.
create_default_semantic_adapter_registry(
include_workflow_hints = TRUE,
extension_registrars = NULL
)
include_workflow_hints |
Logical; whether extension registrars should register workflow hints. |
extension_registrars |
Optional list of registrar functions. Each
registrar is called with |
This function is safe for extension packages that want the standard aisdk
registry baseline before registering additional adapters.
A SemanticAdapterRegistry object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.