import { WorkflowUpdateRequest } from "@mistralai/mistralai/models/components";
let value: WorkflowUpdateRequest = {};| Field | Type | Required | Description |
|---|---|---|---|
displayName |
string | ➖ | New display name value |
description |
string | ➖ | New description value |
availableInChatAssistant |
boolean | ➖ | Whether to make the workflow available in the chat assistant |
tags |
string[] | ➖ | New tags. Replaces the existing tag list. |