mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-22 13:38:10 -05:00
Add options field to BlockIOStringSubSchema type
Introduces an optional 'options' array to BlockIOStringSubSchema, allowing specification of selectable string values with labels and optional descriptions.
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user