-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security solution] Elastic Assistant, OpenAI stream #169729
Merged
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
e88a785
wip
stephmilovic 1e8c7f9
Merge branch 'main' into ai_stream
stephmilovic 556e4bd
more wip
stephmilovic bed104b
wip
stephmilovic 343bef6
Merge branch 'main' into ai_stream
stephmilovic 939afd7
rm logs
stephmilovic 693fcae
wip
stephmilovic f58a5e1
its streaming baby!
stephmilovic a36253c
Merge branch 'main' into ai_stream
stephmilovic ccfb94e
merge
stephmilovic 1ebf9b6
update w main
stephmilovic ed49c2d
Merge branch 'main' into ai_stream
stephmilovic c37a1d7
an attempt
stephmilovic fa00236
rm extra files
stephmilovic f2b354c
rm more
stephmilovic eb856ac
console logs
stephmilovic 8a71d4e
saved to memory and stop button works
stephmilovic 6d14e5e
rm logs
stephmilovic b821018
wip
stephmilovic 682d69a
use stream for all comments
stephmilovic 4fe7b81
regenerate button done
stephmilovic e8fc9f0
fixing
stephmilovic a6c749e
test
stephmilovic b6c976a
align regenerate button right
stephmilovic 80b9ea1
Merge branch 'main' into ai_stream
stephmilovic ebaab59
fix
stephmilovic d52e9cf
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine c4f8a8e
fixing
stephmilovic d806f99
Merge branch 'ai_stream' of github.com:stephmilovic/kibana into ai_st…
stephmilovic 87b07a6
Merge branch 'main' into ai_stream
stephmilovic cd8a3b5
trying to make it better but made it worse
stephmilovic 2dcb57d
stash dumb changes
stephmilovic 358881a
add comment
stephmilovic 523ecb5
Merge branch 'main' into ai_stream
stephmilovic 5154e32
fix stream to be pretty
stephmilovic db30dd8
add comments
stephmilovic 6b79554
cleanup
stephmilovic b701323
better UX
stephmilovic 8ff7c3b
cleanup
stephmilovic e41cd26
Merge branch 'ai_stream' of github.com:stephmilovic/kibana into ai_st…
stephmilovic f3258a4
update amendMessage
stephmilovic 30f2624
tests wip
stephmilovic 8781484
stream observable tests
stephmilovic b7ae9e9
Merge branch 'main' into ai_stream
stephmilovic a34a980
fix tests
stephmilovic 14d7ce1
more tests
stephmilovic cc389fe
fix types
stephmilovic 99c526d
more tests
stephmilovic db40b5a
fix types in test
stephmilovic 2e92ed8
type and lint fixes
stephmilovic 5cf4f06
more fixing
stephmilovic 487a166
Merge branch 'main' into ai_stream
stephmilovic fcc4dc7
transform message added to stream
stephmilovic 8a6c547
cleanup
stephmilovic 480ef87
fix
stephmilovic d92c804
fix type
stephmilovic 1c6d412
PR fixing
stephmilovic 471e5a0
Merge branch 'main' into ai_stream
stephmilovic cae753a
solves weird streaming issue
stephmilovic d72bd00
lint fix
stephmilovic 61c6ed4
comment code
stephmilovic 301aa51
fix type
stephmilovic 826048f
Merge branch 'main' into ai_stream
stephmilovic a920258
update w main
stephmilovic c5ce1aa
Merge branch 'main' into ai_stream
stephmilovic 40e2b79
fixed
stephmilovic be53e17
fix tests
stephmilovic 9a2330b
fix scrolling
stephmilovic 7b0d156
Merge branch 'main' into ai_stream
kibanamachine 78bf5e2
Merge branch 'main' into ai_stream
kibanamachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
regenerate button done
- Loading branch information
commit 4fe7b815192386a4209cbeb8529ec3941c2dbb9a
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't think it's related to the regenerate response action, but I am sometimes seeing the scroll to bottom behavior not working. Can't repro 100% yet, but will add steps once I can (nearly positive I didn't touch the mouse/keyboard, so shouldn't be an interrupt here).