This repository was archived by the owner on Aug 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 105
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-ab9c9bf2527d3b4179e2bc3e6495c64d43c42b2ea8dc1a55d472986e1a1430a0.yml
3
3
openapi_spec_hash : b93c85fb747e3c29134451d2f364ce8b
4
- config_hash : ffbd7388f1c8a5151f2630ae154056ee
4
+ config_hash : 0394c2b14022becb0352c36afcdfbafe
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ Methods:
407
407
408
408
Types:
409
409
410
- - <code ><a href =" ./src/resources/safety.ts " >OpenAPIModerationsResponse </a ></code >
410
+ - <code ><a href =" ./src/resources/safety.ts " >OpenAIModerationsResponse </a ></code >
411
411
- <code ><a href =" ./src/resources/safety.ts " >RunShieldResponse</a ></code >
412
412
413
413
Methods:
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import {
71
71
import { ListProvidersResponse , ProviderListResponse , Providers } from './resources/providers' ;
72
72
import { ListRoutesResponse , RouteListResponse , Routes } from './resources/routes' ;
73
73
import {
74
- OpenAPIModerationsResponse ,
74
+ OpenAIModerationsResponse ,
75
75
RunShieldResponse ,
76
76
Safety ,
77
77
SafetyRunShieldParams ,
@@ -604,7 +604,7 @@ export declare namespace LlamaStackClient {
604
604
605
605
export {
606
606
Safety as Safety ,
607
- type OpenAPIModerationsResponse as OpenAPIModerationsResponse ,
607
+ type OpenAIModerationsResponse as OpenAIModerationsResponse ,
608
608
type RunShieldResponse as RunShieldResponse ,
609
609
type SafetyRunShieldParams as SafetyRunShieldParams ,
610
610
} ;
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export {
108
108
export { Routes , type ListRoutesResponse , type RouteListResponse } from './routes' ;
109
109
export {
110
110
Safety ,
111
- type OpenAPIModerationsResponse ,
111
+ type OpenAIModerationsResponse ,
112
112
type RunShieldResponse ,
113
113
type SafetyRunShieldParams ,
114
114
} from './safety' ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class Safety extends APIResource {
16
16
/**
17
17
* A moderation object.
18
18
*/
19
- export interface OpenAPIModerationsResponse {
19
+ export interface OpenAIModerationsResponse {
20
20
/**
21
21
* The unique identifier for the moderation request.
22
22
*/
@@ -30,10 +30,10 @@ export interface OpenAPIModerationsResponse {
30
30
/**
31
31
* A list of moderation objects
32
32
*/
33
- results : Array < OpenAPIModerationsResponse . Result > ;
33
+ results : Array < OpenAIModerationsResponse . Result > ;
34
34
}
35
35
36
- export namespace OpenAPIModerationsResponse {
36
+ export namespace OpenAIModerationsResponse {
37
37
/**
38
38
* A moderation object.
39
39
*/
@@ -82,7 +82,7 @@ export interface SafetyRunShieldParams {
82
82
83
83
export declare namespace Safety {
84
84
export {
85
- type OpenAPIModerationsResponse as OpenAPIModerationsResponse ,
85
+ type OpenAIModerationsResponse as OpenAIModerationsResponse ,
86
86
type RunShieldResponse as RunShieldResponse ,
87
87
type SafetyRunShieldParams as SafetyRunShieldParams ,
88
88
} ;
You can’t perform that action at this time.
0 commit comments