TypeScript SDK
TypeScript SDK Basic Usage
Learn how to use the core features of the Epistemic Me TypeScript SDK
Basic Usage
Creating a Self Model
Working with Beliefs
Managing Dialectics
Managing Philosophies
You can create and update philosophies, and extract observation contexts from their descriptions:
- Set
extrapolateContexts: true
to automatically extract observation contexts from the description markup. - The response includes
extrapolatedObservationContexts
, an array of context objects withname
and other properties.