Skip to content

Consistent AI nomenclature, especially step vs action #1281

@pianostringquartet

Description

@pianostringquartet

currently we have a mix of "step" vs "action":

Step (generic type received from OpenAI, parsed to a more specific llm-action)
vs StepType
vs StepTypeAction
vs any StepActionable (protocol that more specific llm-actions implement)
vs StepAction...
vs LLMAction
vs actions

Some of these terms are different data structures, some are just various names; but we should land on something consistent...
Do we want to call these things "Steps" or "Actions" (or "LLMActions"?)
We have redux events/actions, hence why I started off with LLMAction.

Maybe we use LLMStep? or just Step, and more specific Steps are e.g. StepAddNode (instead of StepActionAddNode).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions