-
Notifications
You must be signed in to change notification settings - Fork 221
Update node samples #356
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
base: main
Are you sure you want to change the base?
Update node samples #356
Conversation
…date/nodejs-samples
…/microsoft/Agents into southworks/update/nodejs-samples
tracyboehrer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- auto-signin: I created a PR that removes the github handler from the sample
- Not everyone has a github repo to act against (most probably don't)
- Adding a GitHub OAuth handler is not well documented and took me a long time to figure out.
- You decide if we want to do the same thing here. If keep, we should at least document in the README
| @@ -18,8 +18,11 @@ type ApplicationTurnState = TurnState<ConversationState> | |||
| // in a cluster of Agent instances. | |||
| const storage = new MemoryStorage() | |||
|
|
|||
| const downloader = new AttachmentDownloader() | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the downloader isn't demonstrated in this sample, should it be created here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question! Cecilia had added this in her branch so I wanted to keep it intact but perhaps this was just for testing something. I'll check!
…/microsoft/Agents into southworks/update/nodejs-samples
…com/microsoft/Agents into southworks/update/nodejs-samples
Post-release for JS SDK we need to: