Semantic Kernel - Open Ai
Hello,
I am working on an AI assistant that helps retreive data for the user.
Example:
User asks: Get me the last 10 orders
I have a semantic function Get Orders. With a bunch of filters. And it works fine.
The description of the semantic function "Gets a list of orders"
However,
When the user asks
Get me a list of pizzas
The get orders function is called.
I know i know pizzas are indirectly related to orders... since you order pizzas.
But this isn't related at all to the topic of the website.
How do I fix this problem?
If you could shares resources I'd be verg grateful.
Thank you
I am working on an AI assistant that helps retreive data for the user.
Example:
User asks: Get me the last 10 orders
I have a semantic function Get Orders. With a bunch of filters. And it works fine.
The description of the semantic function "Gets a list of orders"
However,
When the user asks
Get me a list of pizzas
The get orders function is called.
I know i know pizzas are indirectly related to orders... since you order pizzas.
But this isn't related at all to the topic of the website.
How do I fix this problem?
If you could shares resources I'd be verg grateful.
Thank you