Skip to content

fix: pause confirm in the SDK server #444

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

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

thedadams
Copy link
Contributor

No description provided.

@@ -14,6 +14,8 @@ import (
)

func (s *server) authorize(ctx engine.Context, input string) (runner.AuthorizerResponse, error) {
defer gcontext.GetPauseFuncFromCtx(ctx.Ctx)()()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is that we do similar things as this one:

defer context.GetPauseFuncFromCtx(ctx.Ctx)()()

@thedadams thedadams merged commit 8f344d9 into gptscript-ai:main Jun 5, 2024
2 checks passed
@thedadams thedadams deleted the sdk-pause-confirm branch June 5, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants