Skip to content

Commit 7024ac1

Browse files
author
Dylan Huang
committed
update snapshot
1 parent e97b76a commit 7024ac1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ repos:
77
rev: v6.0.0
88
hooks:
99
- id: trailing-whitespace
10-
exclude: "(^vite-app/|\\.snap$)"
10+
exclude: "(^vite-app/|\\.snap$|\\.ambr$)"
1111
- id: end-of-file-fixer
12-
exclude: "(^vite-app/|\\.snap$)"
12+
exclude: "(^vite-app/|\\.snap$|\\.ambr$)"
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- id: check-merge-conflict

tests/adapters/__snapshots__/test_openai_responses_adapter.ambr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'input_metadata': dict({
99
'completion_params': dict({
1010
'''
11-
11+
1212
We have to manually extract the reasoning effort and summary
1313
from the response.reasoning object because the openai-python
1414
causes an issue with model_dump() which is used for testing.
15-
15+
1616
https://github.com/openai/openai-python/issues/1306#issuecomment-2966267356
1717
reasoning
1818
''': dict({
@@ -40,7 +40,7 @@
4040
execute SQL queries that you should use to answer questions. Your job is to
4141
answer questions about the database. If you run into an error, you should try to
4242
fix the query and try again. Here is the schema of the database:
43-
43+
4444
Schema:
4545
table_name,column_name,data_type,is_nullable
4646
album,album_id,integer,NO
@@ -169,7 +169,7 @@
169169
dict({
170170
'content': '''
171171
Here are all employees with their hierarchy level and full path from the top:
172-
172+
173173
- Andrew Adams — Level 1 — Path: Andrew Adams
174174
- Michael Mitchell — Level 2 — Path: Andrew Adams > Michael Mitchell
175175
- Laura Callahan — Level 3 — Path: Andrew Adams > Michael Mitchell > Laura Callahan
@@ -178,7 +178,7 @@
178178
- Jane Peacock — Level 3 — Path: Andrew Adams > Nancy Edwards > Jane Peacock
179179
- Margaret Park — Level 3 — Path: Andrew Adams > Nancy Edwards > Margaret Park
180180
- Steve Johnson — Level 3 — Path: Andrew Adams > Nancy Edwards > Steve Johnson
181-
181+
182182
If you want this ordered differently (e.g., by level, name, or reporting manager), let me know and I can adjust the query.
183183
''',
184184
'control_plane_step': None,

0 commit comments

Comments
 (0)