Skip to main content

autonomy.diagnose_interaction

Overview

  • Diagnose why an interaction bag is or is not an autonomy candidate.

Metadata

FieldValue
DisplayDiagnose Autonomy Interaction
Categoryautonomy
AccessPublic
ScopeB2Authority
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
bag_idnameyesInteraction bag ID to diagnose
entity_identityIdnoTarget entity ID (default: possessed)
target_entity_identityIdnoOptional target entity ID for object/talk interactions

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('autonomy.diagnose_interaction', {
bag_id: '',
entity_id: 0, // optional
target_entity_id: 0, // optional
});