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.
A list of AgentSteps to format.
A list of BaseMessages.
Generated using TypeDoc
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.