Skip to content

Commit b336b2d

Browse files
stainless-app[bot]Stainless Bot
authored andcommitted
feat(api): OpenAPI spec update via Stainless API (#112)
1 parent 09e96c3 commit b336b2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-4f2f102207a7920168c5275abfbec4b156a1f8cef6bee009d4b1dd21a3878eb8.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-21244ccc5783139d80c623dfbcbe5f67c48291edd544e919bccb0fbb64780d90.yml

src/resources/evaluation-assertions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface EvaluationAssertion {
7171
*/
7272
jsonPath: string | null;
7373

74-
targetValue: string;
74+
targetValue: string | null;
7575

7676
/**
7777
* The name of the tool to match. Only required when type is `TOOL_CALLED` or
@@ -106,7 +106,7 @@ export interface EvaluationAssertionCreateParams {
106106
*/
107107
jsonPath: string | null;
108108

109-
targetValue: string;
109+
targetValue: string | null;
110110

111111
/**
112112
* The name of the tool to match. Only required when type is `TOOL_CALLED` or
@@ -135,7 +135,7 @@ export interface EvaluationAssertionUpdateParams {
135135
*/
136136
jsonPath: string | null;
137137

138-
targetValue: string;
138+
targetValue: string | null;
139139

140140
/**
141141
* The name of the tool to match. Only required when type is `TOOL_CALLED` or

0 commit comments

Comments
 (0)