Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarkdownExporter ¶
type MarkdownExporter struct {
// contains filtered or unexported fields
}
MarkdownExporter exports sessions to markdown format
func NewMarkdownExporter ¶
func NewMarkdownExporter(opts ...MarkdownOption) *MarkdownExporter
NewMarkdownExporter creates a new markdown exporter
type MarkdownOption ¶
type MarkdownOption func(*MarkdownExporter)
MarkdownOption configures the markdown exporter
func WithRawJSON ¶
func WithRawJSON(include bool) MarkdownOption
WithRawJSON includes raw JSON in the export
func WithThinking ¶
func WithThinking(include bool) MarkdownOption
WithThinking includes thinking blocks in the export
func WithToolResults ¶
func WithToolResults(include bool) MarkdownOption
WithToolResults includes tool results in the export
Click to show internal directories.
Click to hide internal directories.