Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CopilotTask does not continue execution after returning a response #228

Open
ataibarkai opened this issue Feb 19, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@ataibarkai
Copy link
Collaborator

Describe the bug
The CopilotTask successfully calls a function from the global context. But it does not pass the function's return value back into the execution context.

To Reproduce

  • In the powerpoint presentation example, remove the words "do not carry research" from the task.
  • See how a research task is successfully initiated when executing the CopilotTask.
  • Once the research concludes, the task goes inert. The response is not fed back to the copilot engine, and a new slide is not appended.

Expected behavior
Same behavior as the chatbot.

@ataibarkai ataibarkai added the bug Something isn't working label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant