Azure / Azure/semantic-kernel-bot-in-a-box
getting error Chat history is too long to get completion. Try reducing the available functions
- Dominant language
- C#
- Stars
- 65
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Hi @MarcoABCardoso
I have imported two functions like below
kernel.ImportFunctions(new KBSearchPlugin(_config, conversationData), "KBSearchPlugin");
kernel.ImportFunctions(new SearchPlugin(_config, conversationData), "SearchPlugin");
When I search any information from KBSearchPlugin it is generating observations in the response but at the end instead of final Answer it is giving error ChatHistory is too long to get a completion. Try reducing the available functions.
could you please advise, Thanks
_Originally posted by @Naveen-Reddy237 in https://github.com/Azure/semantic-kernel-bot-in-a-box/issues/3#issuecomment-1794163574_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.