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