unreal.AgentSkillDetails

class unreal.AgentSkillDetails(instructions: str = '')

Bases: StructBase

Detailed information about a specific AgentSkill.

C++ Source:

  • Plugin: ToolsetRegistry

  • Module: ToolsetRegistry

  • File: AgentSkill.h

Editor Properties: (see get_editor_property/set_editor_property)

  • instructions (str): [Read-Write] Detailed information about how to use the skill.

property instructions: str

[Read-Write] Detailed information about how to use the skill.

Type:

(str)