UpdateSwarmVersionBody

Request body for updating a SwarmVersion.

Definition

TypeScript
interface UpdateSwarmVersionBody {
  entryNodeId?: string | null | undefined;
  name?: string | undefined;
  instructions?: string | undefined;
  models?: Array<string> | undefined;
  inputSchemaId?: string | null | undefined;
  outputSchemaId?: string | null | undefined;
}

Fields

FieldTypeNotes
entryNodeIdstring | null | undefinedoptional — Entry node for execution
namestring | undefinedoptional
instructionsstring | undefinedoptional
modelsArray<string> | undefinedoptional
inputSchemaIdstring | null | undefinedoptional
outputSchemaIdstring | null | undefinedoptional