Lightning.AiAssistant.ChatMessage.Segment.Step (Lightning v2.19.0-pre)

View Source

A workflow step a status segment acted on, recorded as data rather than left implicit in the status sentence.

This is what lets the client attach per-step detail to the status that produced it without pattern-matching English prose. key is the workflow YAML's key for the step and is the stable identifier; name is the display name at the time the action ran, kept so a reloaded transcript reads the way it did live even if the step has since been renamed.

Summary

Functions

Maximum length of a step's key or name.

Types

t()

@type t() :: %Lightning.AiAssistant.ChatMessage.Segment.Step{
  key: String.t(),
  name: String.t() | nil
}

Functions

max_field_length()

Maximum length of a step's key or name.