langchain.js
    Preparing search index...
    • Format a list of AgentSteps into a list of BaseMessage instances for agents that use OpenAI's API. Helpful for passing in previous agent step context into new iterations.

      Parameters

      • steps: AgentStep[]

        A list of AgentSteps to format.

      Returns BaseMessage[]

      A list of BaseMessages.