Open
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
fadd15c to
414e639
Compare
c1f7bee to
e329db2
Compare
414e639 to
41bb5da
Compare
41bb5da to
6d9a876
Compare
e329db2 to
13e3df6
Compare
01ad85f to
1d7044f
Compare
Contributor
Documentation CheckUpdates Needed
These are minor wording updates reflecting that AI Bridge now captures a new category of data (model reasoning/extended thinking), which users and admins should be aware of for privacy, compliance, and data retention planning. Automated review via Coder Tasks |
| 'be003e1e-b38f-43bf-847d-928074dd0aa8', -- from 000370_aibridge.up.sql | ||
| '613b4cfa-a257-4e88-99e6-4d2e99ea25f0', -- from 000370_aibridge.up.sql (tool usage) | ||
| 'The user is asking about their workspaces. I should use the coder_list_workspaces tool to retrieve this information.', | ||
| '{"thinking_tokens": 42}', |
Contributor
There was a problem hiding this comment.
Are we setting the metadata field in the aibridge PR? 🤔
Comment on lines
+3
to
+4
| interception_id UUID NOT NULL, | ||
| tool_usage_id UUID NOT NULL, |
Contributor
There was a problem hiding this comment.
Shouldn't we have a foreign key for interception_id and tool_usage_id? 🤔
Contributor
Author
There was a problem hiding this comment.
We opted to not have FKs for any of the aibridge tables for performance.
1d7044f to
9316856
Compare
9316856 to
75b4f29
Compare
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
Signed-off-by: Danny Kopping <danny@coder.com>
75b4f29 to
db5f125
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Depends on coder/aibridge#203
Closes coder/internal#1337