semantic kernel execise - feedback
LittleLittleCloud opened this issue · 3 comments
LittleLittleCloud commented
zewditu commented
zewditu commented
zewditu commented
The LLM invokes the funciton call before I even start asking my age when I use gpt-3.5-turbo
This is OpenAI model specific thing, if we add a persona like
chatHistory.AddSystemMessage("Respond only to requested information. If the user says hi just respond greeting do not tell extra information");
It responds only greeting unless otherwise we ask age, but the main goal of this sample is to match Stephen's video not beyond that. Hence, I will update the prompt to the same prompt pattern of Stephen My name is Alice. How old am I?
https://youtu.be/jrNfKeGSuCg?t=553
Naïve guess: the reason it responds age when name is provided because its calling behavior is set to AutoInvokeKernelFunctions
.