Skip to content
Developer Preview

TurnInputPartType

The type discriminator of a turn input part. Closed: an unknown part type is invalidParams.

  • "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"
}