• Returns a command to change a graph according to a user's prompt.

    Type Parameters

    • T

    Parameters

    • prompt: string

      user's prompt

    • oracle: T

      LLM oracle to use for generating the diff of how to update the graph

    Returns ActionPayload<"TASK", T>

    action payload for the task command

Generated using TypeDoc