The interaction object to be converted into markdown. It must be an instance of IGptInteraction.
The interaction formatted as a markdown string.
If there are no messages in the interaction.
Will throw an error if the interaction does not contain any messages.
Generated using TypeDoc
Converts an interaction with the GPT model into a markdown string. The markdown string includes the system message, timestamp, temperature and the conversation. The conversation is formatted with prompts and responses.