Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit820bfcf

Browse files
committed
chore: add fixture
Signed-off-by: Danny Kopping <danny@coder.com>
1 parenteb91a8f commit820bfcf

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
INSERT INTO
2+
aibridge_interceptions (
3+
id,
4+
initiator_id,
5+
provider,
6+
model,
7+
started_at
8+
)
9+
VALUES (
10+
'be003e1e-b38f-43bf-847d-928074dd0aa8',
11+
'30095c71-380b-457a-8995-97b8ee6e5307',
12+
'openai',
13+
'gpt-5',
14+
'2025-09-15 12:45:13.921148+00'
15+
);
16+
17+
INSERT INTO
18+
aibridge_token_usages (
19+
id,
20+
interception_id,
21+
provider_response_id,
22+
input_tokens,
23+
output_tokens,
24+
metadata,
25+
created_at
26+
)
27+
VALUES (
28+
'c56ca89d-af65-47b0-871f-0b9cd2af6575',
29+
'be003e1e-b38f-43bf-847d-928074dd0aa8',
30+
'chatcmpl-CG2s28QlpKIoooUtXuLTmGbdtyS1k',
31+
10950,
32+
118,
33+
'{"prompt_audio": 0, "prompt_cached": 5376, "completion_audio": 0, "completion_reasoning": 64, "completion_accepted_prediction": 0, "completion_rejected_prediction": 0}',
34+
'2025-09-15 12:45:21.674413+00'
35+
);
36+
37+
INSERT INTO
38+
aibridge_tool_usages (
39+
id,
40+
interception_id,
41+
provider_response_id,
42+
server_url,
43+
tool,
44+
input,
45+
injected,
46+
invocation_error,
47+
metadata,
48+
created_at
49+
)
50+
VALUES (
51+
'613b4cfa-a257-4e88-99e6-4d2e99ea25f0',
52+
'be003e1e-b38f-43bf-847d-928074dd0aa8',
53+
'chatcmpl-CG2ryDxMp6n53aMjgo7P6BHno3fTr',
54+
'http://localhost:3000/api/experimental/mcp/http',
55+
'coder_list_workspaces',
56+
'{}',
57+
true,
58+
NULL,
59+
'{}',
60+
'2025-09-15 12:45:17.65274+00'
61+
);
62+
63+
INSERT INTO
64+
aibridge_user_prompts (
65+
id,
66+
interception_id,
67+
provider_response_id,
68+
prompt,
69+
metadata,
70+
created_at
71+
)
72+
VALUES (
73+
'ac1ea8c3-5109-4105-9b62-489fca220ef7',
74+
'be003e1e-b38f-43bf-847d-928074dd0aa8',
75+
'chatcmpl-CG2s28QlpKIoooUtXuLTmGbdtyS1k',
76+
'how many workspaces do i have',
77+
'{}',
78+
'2025-09-15 12:45:21.674335+00'
79+
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp