Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 59 additions & 59 deletions client-sdks/stainless/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,7 @@ paths:
title: Identifier
description: The identifier of the shield to unregister.
deprecated: true
/v1/tools:
/v1/admin/tools:
get:
responses:
'200':
Expand All @@ -2112,7 +2112,7 @@ paths:
- Tools
summary: List tools with optional tool group filter.
description: List tools with optional tool group filter.
operationId: list_tools_v1_tools_get
operationId: list_tools_v1_admin_tools_get
parameters:
- name: toolgroup_id
in: query
Expand Down Expand Up @@ -13881,63 +13881,6 @@ components:
- sequence_number
title: OpenAIResponseObjectStreamError
type: object
ListModelsResponse:
description: Response containing a list of model objects.
properties:
data:
description: List of model objects.
items:
$ref: '#/components/schemas/Model'
title: Data
type: array
required:
- data
title: ListModelsResponse
type: object
GetModelRequest:
description: Request model for getting a model by ID.
properties:
model_id:
description: The ID of the model to get.
title: Model Id
type: string
required:
- model_id
title: GetModelRequest
type: object
UnregisterModelRequest:
description: Request model for unregistering a model.
properties:
model_id:
description: The ID of the model to unregister.
title: Model Id
type: string
required:
- model_id
title: UnregisterModelRequest
type: object
GetShieldRequest:
description: Request model for getting a shield by identifier.
properties:
identifier:
description: The identifier of the shield to get.
title: Identifier
type: string
required:
- identifier
title: GetShieldRequest
type: object
UnregisterShieldRequest:
description: Request model for unregistering a shield.
properties:
identifier:
description: The identifier of the shield to unregister.
title: Identifier
type: string
required:
- identifier
title: UnregisterShieldRequest
type: object
TextDelta:
description: A text content delta for streaming responses.
properties:
Expand Down Expand Up @@ -14011,6 +13954,63 @@ components:
nullable: true
title: ListToolsRequest
type: object
ListModelsResponse:
description: Response containing a list of model objects.
properties:
data:
description: List of model objects.
items:
$ref: '#/components/schemas/Model'
title: Data
type: array
required:
- data
title: ListModelsResponse
type: object
GetModelRequest:
description: Request model for getting a model by ID.
properties:
model_id:
description: The ID of the model to get.
title: Model Id
type: string
required:
- model_id
title: GetModelRequest
type: object
UnregisterModelRequest:
description: Request model for unregistering a model.
properties:
model_id:
description: The ID of the model to unregister.
title: Model Id
type: string
required:
- model_id
title: UnregisterModelRequest
type: object
GetShieldRequest:
description: Request model for getting a shield by identifier.
properties:
identifier:
description: The identifier of the shield to get.
title: Identifier
type: string
required:
- identifier
title: GetShieldRequest
type: object
UnregisterShieldRequest:
description: Request model for unregistering a shield.
properties:
identifier:
description: The identifier of the shield to unregister.
title: Identifier
type: string
required:
- identifier
title: UnregisterShieldRequest
type: object
Api:
description: Enumeration of all available APIs in the OGX system.
enum:
Expand Down
114 changes: 57 additions & 57 deletions docs/static/deprecated-ogx-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8772,63 +8772,6 @@ components:
- sequence_number
title: OpenAIResponseObjectStreamError
type: object
ListModelsResponse:
description: Response containing a list of model objects.
properties:
data:
description: List of model objects.
items:
$ref: '#/components/schemas/Model'
title: Data
type: array
required:
- data
title: ListModelsResponse
type: object
GetModelRequest:
description: Request model for getting a model by ID.
properties:
model_id:
description: The ID of the model to get.
title: Model Id
type: string
required:
- model_id
title: GetModelRequest
type: object
UnregisterModelRequest:
description: Request model for unregistering a model.
properties:
model_id:
description: The ID of the model to unregister.
title: Model Id
type: string
required:
- model_id
title: UnregisterModelRequest
type: object
GetShieldRequest:
description: Request model for getting a shield by identifier.
properties:
identifier:
description: The identifier of the shield to get.
title: Identifier
type: string
required:
- identifier
title: GetShieldRequest
type: object
UnregisterShieldRequest:
description: Request model for unregistering a shield.
properties:
identifier:
description: The identifier of the shield to unregister.
title: Identifier
type: string
required:
- identifier
title: UnregisterShieldRequest
type: object
TextDelta:
description: A text content delta for streaming responses.
properties:
Expand Down Expand Up @@ -8902,6 +8845,63 @@ components:
nullable: true
title: ListToolsRequest
type: object
ListModelsResponse:
description: Response containing a list of model objects.
properties:
data:
description: List of model objects.
items:
$ref: '#/components/schemas/Model'
title: Data
type: array
required:
- data
title: ListModelsResponse
type: object
GetModelRequest:
description: Request model for getting a model by ID.
properties:
model_id:
description: The ID of the model to get.
title: Model Id
type: string
required:
- model_id
title: GetModelRequest
type: object
UnregisterModelRequest:
description: Request model for unregistering a model.
properties:
model_id:
description: The ID of the model to unregister.
title: Model Id
type: string
required:
- model_id
title: UnregisterModelRequest
type: object
GetShieldRequest:
description: Request model for getting a shield by identifier.
properties:
identifier:
description: The identifier of the shield to get.
title: Identifier
type: string
required:
- identifier
title: GetShieldRequest
type: object
UnregisterShieldRequest:
description: Request model for unregistering a shield.
properties:
identifier:
description: The identifier of the shield to unregister.
title: Identifier
type: string
required:
- identifier
title: UnregisterShieldRequest
type: object
Api:
description: Enumeration of all available APIs in the OGX system.
enum:
Expand Down
Loading
Loading