we’re building a knowledge agent for a customer. When I use the OOB Agent action (Answers questions with Knowledge), it works well. The Prompt (Answers questions with Knowledge) uses the GPT 4 Omni model, but per our requirement, we need to use the Anthropic model. I created new version of prompt to use Anthropic, and it works in prompt simulation, but I get error (Sorry I could not find it) every time when using the same Agent action with the new prompt version. I also tried creating a new custom prompt, but it asks for a Retriever Id as input, even though the prompt already uses the Dynamic Retriever action. Have you encountered this issue before?
Thank you for your reply. I have already tried using the Retriever Id as an input parameter in the custom prompt and created a new agent action to utilize this prompt. However, in this setup, I don't see the purpose of the Data Library, and if the Data Library isn't provided, the source article doesn't appear. Please advise.