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 1
1
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
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export interface EvaluationAssertion {
71
71
*/
72
72
jsonPath : string | null ;
73
73
74
- targetValue : string ;
74
+ targetValue : string | null ;
75
75
76
76
/**
77
77
* The name of the tool to match. Only required when type is `TOOL_CALLED` or
@@ -106,7 +106,7 @@ export interface EvaluationAssertionCreateParams {
106
106
*/
107
107
jsonPath : string | null ;
108
108
109
- targetValue : string ;
109
+ targetValue : string | null ;
110
110
111
111
/**
112
112
* The name of the tool to match. Only required when type is `TOOL_CALLED` or
@@ -135,7 +135,7 @@ export interface EvaluationAssertionUpdateParams {
135
135
*/
136
136
jsonPath : string | null ;
137
137
138
- targetValue : string ;
138
+ targetValue : string | null ;
139
139
140
140
/**
141
141
* 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