ShallowCodeResearch_agent_llm_processor
Process text for summarization, reasoning, or keyword extraction using advanced language models. Enhances workflows by providing structured outputs and metadata.
Instructions
Wrapper for LLMProcessorAgent to process text with LLM. Returns: LLM processing result with output and metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Optional context for processing | |
task | No | The processing task ('summarize', 'reason', or 'extract_keywords') | summarize |
text_input | No | The input text to process |