synthetic.no_format#

Module Contents#

Classes#

NoFormat

Represents a way of formatting a conversation with an LLM such that it can response appropriately

API#

class synthetic.no_format.NoFormat#

Bases: nemo_curator.services.conversation_formatter.ConversationFormatter

Represents a way of formatting a conversation with an LLM such that it can response appropriately

format_conversation(conv: list[dict]) str#