Skip to content

Commit fd67b96

Browse files
feat(api): update via SDK Studio
1 parent 638c221 commit fd67b96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 52
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-ba129149413e8ce01de053816ba37b9c745240a56d3e257fefc0a496692d9290.yml
3-
openapi_spec_hash: f47fe886b2f39b910ed991c74fba9f96
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-17bdb8a33fb4fcade827bba868bd65cd30c64b1d09b4a6d83c3e37a8439ed37f.yml
3+
openapi_spec_hash: bc325b52f3b20d8c56e0be5de88f2dc3
44
config_hash: f0c8dfba598e8ad313dc6b95c7b34df6

tests/api-resources/agents/tune/tune.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('resource tune', () => {
3333
client.agents.tune.create(
3434
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
3535
{
36-
'hyperparams[learning_rate]': 2,
36+
'hyperparams[learning_rate]': 1,
3737
'hyperparams[lora_alpha]': 8,
3838
'hyperparams[lora_dropout]': 0,
3939
'hyperparams[lora_rank]': 8,

tests/api-resources/parse.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ describe('resource parse', () => {
2626
const response = await client.parse.create({
2727
raw_file: await toFile(Buffer.from('# my file contents'), 'README.md'),
2828
enable_document_hierarchy: true,
29-
enable_split_tables: false,
29+
enable_split_tables: true,
3030
figure_caption_mode: 'concise',
31-
max_split_table_cells: 100,
32-
page_range: '0,1,2,5,6',
31+
max_split_table_cells: 0,
32+
page_range: 'page_range',
3333
parse_mode: 'standard',
3434
});
3535
});

0 commit comments

Comments
 (0)