mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-08 21:48:02 +02:00
improved provider picker ui on resource
This commit is contained in:
@@ -356,7 +356,8 @@ export async function createSiteResource(
|
||||
orgId,
|
||||
attachments: (aiProviderInputs ?? []).map((p) => ({
|
||||
providerId: p.providerId,
|
||||
accessMode: "inherit" as const
|
||||
accessMode: "inherit" as const,
|
||||
enabled: true as const
|
||||
})),
|
||||
requireAtLeastOne: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user