Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtractCodeBlocksStep ¶
type ExtractCodeBlocksStep struct{}
func (*ExtractCodeBlocksStep) Start ¶
func (e *ExtractCodeBlocksStep) Start(ctx context.Context, input string) (*steps.StepResult[[]string], error)
type ExtractJSONStep ¶
type ExtractJSONStep struct{}
ExtractJSONStep is a step that extracts JSON blocks from the given string.
func (*ExtractJSONStep) Start ¶
func (e *ExtractJSONStep) Start(ctx context.Context, input string) (*steps.StepResult[[]string], error)
type ParseMarkdownStep ¶
type ParseMarkdownStep struct{}
type QuotedText ¶
type QuotedText struct {
Text string
}
Click to show internal directories.
Click to hide internal directories.