Define Task B: Summarize based on Task A
summary = http://
pypilot.run( f"Summarize the text using only these keywords: {keywords}", agents=[agent_b], result_type=str, context={'text': long_text}
)
Task B: Summarize Text Using Keywords and Agents
By
–