How do I reference KB data to ChatGPT analysis to ...
# 🤝help
m
Lets say I have a knowledgebase of recipes, and I want to reference to chatgpt on several alternatives of it(since I dont have it on my KB) how do I do that?
r
If i understand correctly, you want alternative recipes that is proposed by chatgpt, I would create different file name related to the recipes and use {{turn.KnowledgeAgent.citations}} as the input prompt of AI agent to generate related recipes.
s
wym by related?
what type of stuff do you put in the new file?
r
I mean the recipe name(new file name) can be the AI input to generate related recipes, so one new file should only contain one recipe for the best functionality
m
Tried this idea and it worked, thanks!
3 Views