mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-30 16:01:30 +02:00
support allow list and blocklist
This commit is contained in:
@@ -21,7 +21,8 @@ export type ListSiteResourceAiProvidersResponse = {
|
||||
registry.registerPath({
|
||||
method: "get",
|
||||
path: "/site-resource/{siteResourceId}/ai-providers",
|
||||
description: "List AI providers attached to an inference site resource.",
|
||||
description:
|
||||
"List AI providers attached to an inference site resource, including each attachment's accessMode.",
|
||||
tags: [OpenAPITags.PrivateResource],
|
||||
request: {
|
||||
params: listSiteResourceAiProvidersParamsSchema
|
||||
|
||||
Reference in New Issue
Block a user