Documentation
¶
Overview ¶
Package textactions is the post-transcription text-processing pipeline (case normalisation, dictionary substitution, locale- aware capitalisation). Runs after STT completes and before the output package injects text into the target window.
Audit 2026-05-24 maintainability sweep.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSummarizerNotConfigured = &summaryError{message: "summarizer not configured"} )
Functions ¶
This section is empty.
Types ¶
type FlowSummarizer ¶
type FlowSummarizer struct {
Flow *core.Flow[flows.SummarizeInput, string, struct{}]
}
FlowSummarizer implements Summarizer using a Genkit summarize flow.
type Input ¶
func ResolveSummarizeContext ¶
func ResolveSummarizeContext(ctx SummarizeContext) Input
type SummarizeContext ¶
type Summarizer ¶
type SummarizerFunc ¶
type SummaryTool ¶
type SummaryTool struct {
Summarizer Summarizer
}
Click to show internal directories.
Click to hide internal directories.