TurnInputPartType
The type discriminator of a turn input part. Closed: an
unknown part type is invalidParams.
Fields and variants
Section titled “Fields and variants”"image""text"
Source
schema/msp/experimental/msp.schema.json#/types/TurnInputPartType
{ "description": "The `type` discriminator of a turn input part. Closed: an\nunknown part type is `invalidParams`.", "enum": [ "text", "image" ], "type": "string", "x-msp-openness": "closed"}