Skip to content

Commit ca17307

Browse files
stainless-app[bot]meorphis
authored and
meorphis
committed
chore(internal): codegen related update
1 parent fd5d0a9 commit ca17307

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tests/api-resources/inference-pipelines/rows.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe('resource rows', () => {
3030
config: {
3131
groundTruthColumnName: 'ground_truth',
3232
humanFeedbackColumnName: 'human_feedback',
33-
inferenceIdColumnName: 'id',
3433
latencyColumnName: 'latency',
3534
timestampColumnName: 'timestamp',
3635
},

tests/api-resources/projects/inference-pipelines.test.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ describe('resource inferencePipelines', () => {
2828
description: 'This pipeline is used for production.',
2929
name: 'production',
3030
project: { name: 'My Project', taskType: 'llm-base', description: 'My project description.' },
31-
workspace: {
32-
name: 'Openlayer',
33-
slug: 'openlayer',
34-
inviteCode: 'inviteCode',
35-
samlOnlyAccess: true,
36-
wildcardDomains: ['string'],
37-
},
31+
workspace: { name: 'Openlayer', slug: 'openlayer', samlOnlyAccess: true, wildcardDomains: ['string'] },
3832
});
3933
});
4034

0 commit comments

Comments
 (0)