UpdatedAgentSkillsDescriptor¶
Structure Class¶
UpdatedAgentSkillsDescriptor
dataclass
¶
Wrapper for updating an agent skills descriptor with PATCH semantics. When present with a value, individual fields can be updated independently. When present with a null value, the entire agent skills descriptor is unset. When absent, the agent skills descriptor is left unchanged.
Attributes¶
optional_value
class-attribute
instance-attribute
¶
optional_value: UpdatedAgentSkillsDescriptorFields | None = None
The updated agent skills descriptor fields.