Skip to main content

entity.concept_info

Overview

  • Show concept character info: ConceptId, pool cursor, AppearancePresetId, OutfitPresetId. (BL-56286 verification)

Metadata

FieldValue
DisplayConcept Character Info
Categoryentity
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
entity_identityIdyesTarget entity id
concept_idstringyesConcept identifier
next_cursorintyesAttribute pool round-robin cursor
pool_sizeintyesAttribute pool size
appearance_preset_idstringyesAppearance preset id
outfit_preset_idstringyesOutfit preset id
poolarrayyesAttribute ids in the concept pool

Usage

await inzoi.cli.execute('entity.concept_info', {
entity_id: 0, // optional
});