-
-
Notifications
You must be signed in to change notification settings - Fork 25
feat: Begin implementing acp wiring and UI elements #480
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
Conversation
…nt response buffering
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.
remove this if artifact
| var aggregatedContent = cstring"" | ||
| var collectedUpdates: seq[JsObject] = @[] | ||
|
|
||
| let handleSessionUpdate = functionAsJS(proc(params: JsObject) {.async.} = |
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.
maybe this can be typed? but if its' very dynamic ok
alehander92
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.
good
No description provided.