( action: GravityIndexInput['action'], )
| 71 | export type GravityIndexInput = z.infer<typeof gravityIndexInputSchema> |
| 72 | |
| 73 | export const gravityIndexActionRequiresApiKey = ( |
| 74 | action: GravityIndexInput['action'], |
| 75 | ) => action === 'search' || action === 'report_integration' |