File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments