-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Description
Describe the bug
04-semantic-kernel-tool copy.ipynb
is a code sample to demonstrate how function calling works. The main function of this sample code is written to display what function is called and what result they've returned. However, this part doesn't work: the response contains nothing but StreamingTextContent
.
To Reproduce
Steps to reproduce the behavior:
- Run
04-semantic-kernel-tool copy.ipynb
- See the
response
ofagent.invoke_stream
doesn't show anyFunctionCallContent
norFunctionResultContent
.
Expected behavior
There should be FunctionCallContent
and FunctionResultContent
in the display.
Desktop (please complete the following information):
- OS: [Windows]
- IDE: VS Code
Copilot