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

Try to clean up the chat model initialization code #179340

Merged
merged 3 commits into from Apr 6, 2023

Conversation

roblourens
Copy link
Member

which is part sync and part async

@bpasero
Copy link
Member

bpasero commented Apr 6, 2023

Unit failures

@roblourens roblourens enabled auto-merge (squash) April 6, 2023 21:29
@@ -429,12 +464,18 @@ export class InteractiveSessionService extends Disposable implements IInteractiv
throw new Error(`Could not start session for provider ${providerId}`);
}

const request = modelForProvider.addRequest(message);
modelForProvider.acceptResponseProgress(request, {
// TODO hmmmm...
Copy link
Contributor

Choose a reason for hiding this comment

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

remove/change this line?

Copy link
Member Author

Choose a reason for hiding this comment

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

no!

@roblourens roblourens merged commit a17e370 into main Apr 6, 2023
6 checks passed
@roblourens roblourens deleted the roblou/ordinary-cardinal branch April 6, 2023 22:18
@github-actions github-actions bot locked and limited conversation to collaborators May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants