We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a29cbe commit db66323Copy full SHA for db66323
apps/sim/lib/copilot/tools/server/blocks/get-blocks-metadata-tool.ts
@@ -354,8 +354,7 @@ function transformBlockMetadata(metadata: CopilotBlockMetadata): any {
354
)
355
if (serviceAccountProviderId) {
356
transformed.requiredCredentials.serviceAccountType = serviceAccountProviderId
357
- transformed.requiredCredentials.description =
358
- `OAuth or service account authentication supported for ${metadata.name}`
+ transformed.requiredCredentials.description = `OAuth or service account authentication supported for ${metadata.name}`
359
}
360
361
} else if (metadata.authType === 'API Key') {
0 commit comments