Skip to content

Commit 829b8d4

Browse files
author
Theodore Li
committed
Fix type error
1 parent 4ee4e98 commit 829b8d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/sim/tools/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ export type BYOKProviderId =
1616
| 'google_cloud'
1717
| 'huggingface'
1818
| 'linkup'
19+
| 'runway'
20+
| 'luma'
21+
| 'minimax'
22+
| 'falai'
1923

2024
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'HEAD'
2125

@@ -313,4 +317,6 @@ export interface ToolHostingConfig<P = Record<string, unknown>> {
313317
pricing: ToolHostingPricing<P>
314318
/** Hosted key rate limit configuration (required for hosted key distribution) */
315319
rateLimit: HostedKeyRateLimitConfig
320+
/** When true, skip the fixed usage log entry (useful for tools that log custom dimensions instead) */
321+
skipFixedUsageLog?: boolean
316322
}

0 commit comments

Comments
 (0)