-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a fixed context in the
invoke
cli command. (#55)
* Use a fixed context in the `invoke` cli command. Context is immutable and is not able to be changed by the skill. The invoke command in the CLI however expected that on turns after the first the context would be provided by the skill response. This led to the context working on the first request but being empty on all subsequent requests. The context is now set to a default value before calling a skill and the requests reuse the same context value until exit.
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters