Hi,
I am trying to build a summarizer agent based on my domain data. I am loading the domain data using custom tool and having the agent to summarize. I would like to provide few-shot prompts, such that the model is doing a better job with summarization. I was wondering if KnowlegeSource would be a good option to do that? Are there other mechanisms to achieve this?
Thanks!