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 11configured_endpoints : 105
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-ab9c9bf2527d3b4179e2bc3e6495c64d43c42b2ea8dc1a55d472986e1a1430a0.yml
33openapi_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:
407407
408408Types:
409409
410- - <code ><a href =" ./src/resources/safety.ts " >OpenAPIModerationsResponse </a ></code >
410+ - <code ><a href =" ./src/resources/safety.ts " >OpenAIModerationsResponse </a ></code >
411411- <code ><a href =" ./src/resources/safety.ts " >RunShieldResponse</a ></code >
412412
413413Methods:
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import {
7171import { ListProvidersResponse , ProviderListResponse , Providers } from './resources/providers' ;
7272import { ListRoutesResponse , RouteListResponse , Routes } from './resources/routes' ;
7373import {
74- OpenAPIModerationsResponse ,
74+ OpenAIModerationsResponse ,
7575 RunShieldResponse ,
7676 Safety ,
7777 SafetyRunShieldParams ,
@@ -604,7 +604,7 @@ export declare namespace LlamaStackClient {
604604
605605 export {
606606 Safety as Safety ,
607- type OpenAPIModerationsResponse as OpenAPIModerationsResponse ,
607+ type OpenAIModerationsResponse as OpenAIModerationsResponse ,
608608 type RunShieldResponse as RunShieldResponse ,
609609 type SafetyRunShieldParams as SafetyRunShieldParams ,
610610 } ;
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export {
108108export { Routes , type ListRoutesResponse , type RouteListResponse } from './routes' ;
109109export {
110110 Safety ,
111- type OpenAPIModerationsResponse ,
111+ type OpenAIModerationsResponse ,
112112 type RunShieldResponse ,
113113 type SafetyRunShieldParams ,
114114} from './safety' ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class Safety extends APIResource {
1616/**
1717 * A moderation object.
1818 */
19- export interface OpenAPIModerationsResponse {
19+ export interface OpenAIModerationsResponse {
2020 /**
2121 * The unique identifier for the moderation request.
2222 */
@@ -30,10 +30,10 @@ export interface OpenAPIModerationsResponse {
3030 /**
3131 * A list of moderation objects
3232 */
33- results : Array < OpenAPIModerationsResponse . Result > ;
33+ results : Array < OpenAIModerationsResponse . Result > ;
3434}
3535
36- export namespace OpenAPIModerationsResponse {
36+ export namespace OpenAIModerationsResponse {
3737 /**
3838 * A moderation object.
3939 */
@@ -82,7 +82,7 @@ export interface SafetyRunShieldParams {
8282
8383export declare namespace Safety {
8484 export {
85- type OpenAPIModerationsResponse as OpenAPIModerationsResponse ,
85+ type OpenAIModerationsResponse as OpenAIModerationsResponse ,
8686 type RunShieldResponse as RunShieldResponse ,
8787 type SafetyRunShieldParams as SafetyRunShieldParams ,
8888 } ;
You can’t perform that action at this time.
0 commit comments