Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractorAction ¶
type ExtractorAction struct {
// contains filtered or unexported fields
}
ExtractorAction extracts structured data from text using an LLM.
func New ¶
New creates a new ExtractorAction. name: The name of this action. llm: The LLM Action to use for extraction. targetStruct: An instance of the struct (or pointer to struct) to extract into. Returns an error if schema generation fails.
func (*ExtractorAction) Execute ¶
Execute performs the extraction. Input Payload: string (the text to extract from). Output Payload: struct (the extracted struct).
func (*ExtractorAction) Metadata ¶
func (e *ExtractorAction) Metadata() core.ActionMetadata
Metadata returns the metadata for this extractor action.
Click to show internal directories.
Click to hide internal directories.