mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
365de3e367
Depends on https://github.com/coder/aibridge/pull/203 Closes https://github.com/coder/internal/issues/1337 --------- Signed-off-by: Danny Kopping <danny@coder.com>
14 lines
406 B
SQL
14 lines
406 B
SQL
INSERT INTO
|
|
aibridge_model_thoughts (
|
|
interception_id,
|
|
content,
|
|
metadata,
|
|
created_at
|
|
)
|
|
VALUES (
|
|
'be003e1e-b38f-43bf-847d-928074dd0aa8', -- from 000370_aibridge.up.sql
|
|
'The user is asking about their workspaces. I should use the coder_list_workspaces tool to retrieve this information.',
|
|
'{"source": "commentary"}',
|
|
'2025-09-15 12:45:19.123456+00'
|
|
);
|