register required, optional and non-writable properties of file attachment

This commit is contained in:
Nils Kruthoff 2026-07-20 16:41:02 +02:00
parent 45977672b9
commit 69718261e5
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -85,6 +85,11 @@ public static class ComponentPropSpecs
optional: ["UserPrompt", "Class", "Style"],
nonWriteable: ["Name", "UserPrompt", "Class", "Style" ]
),
[AssistantComponentType.FILE_ATTACHMENTS] = new(
required: ["Name"],
optional: ["Heading", "UserPrompt", "CatchAllDocuments", "UseSmallForm", "Class", "Style"],
nonWriteable: ["Name", "UserPrompt", "Class", "Style" ]
),
[AssistantComponentType.IMAGE] = new(
required: ["Src"],
optional: ["Alt", "Caption", "Class", "Style"],