Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.68 KB

File metadata and controls

18 lines (13 loc) · 1.68 KB

WorkflowUpdateRequest

Example Usage

import { WorkflowUpdateRequest } from "@mistralai/mistralai/models/components";

let value: WorkflowUpdateRequest = {};

Fields

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.