Currently the ChatGPT adapter linearizes the conversation tree by following the active branch via current_node. An optional include_branches=True flag could export all branches as separate transcripts, useful for analyzing regeneration patterns or preserving the full conversation history.
Currently the ChatGPT adapter linearizes the conversation tree by following the active branch via
current_node. An optionalinclude_branches=Trueflag could export all branches as separate transcripts, useful for analyzing regeneration patterns or preserving the full conversation history.