diff --git a/autogpt_platform/frontend/src/lib/autogpt-server-api/types.ts b/autogpt_platform/frontend/src/lib/autogpt-server-api/types.ts index 8bc39a390a..4fa61eee43 100644 --- a/autogpt_platform/frontend/src/lib/autogpt-server-api/types.ts +++ b/autogpt_platform/frontend/src/lib/autogpt-server-api/types.ts @@ -186,6 +186,7 @@ export type BlockIOStringSubSchema = BlockIOSubSchemaMeta & { default?: string; format?: string; maxLength?: number; + options?: { value: string; label: string; description?: string }[]; }; export type BlockIONumberSubSchema = BlockIOSubSchemaMeta & {