Add-ons

Questetra-Model-XML file, Extract Definitions
Add-ons

Questetra-Model-XML file, Extract Definitions

Extracts the step names and the data item names (variable names) of the Workflow App. The Model-XML file is parsed to extract information such as whether it is a human task or an automated task, what the type of data item is, and so on.

OpenAI #FtJob: Retrieve
Add-ons

OpenAI #FtJob: Retrieve

Gets info about the Fine-Tune Job (FtJob). FineTune status can be obtained. If the job status is “succeeded”, the MODEL name (ID) can also be obtained. It is typically placed in a flow that is called repeatedly every hour.

OpenAI #FtJob: Create
Add-ons

OpenAI #FtJob: Create

Creates a job (FtJob) that fine-tunes a specified MODEL. Stores the job ID. The job will take minutes or hours. The Fine-Tuned MODEL (FtMODEL) will be available after the job is completed. Note that the training file (dataset) must be uploaded in advance.

Add-ons

Converter (File to Base64 String)

Converts file type data to Base 64 encoded string type data. If there are multiple files in File-type data, or if the file size exceeds 10 MB the data will not be converted.

Add-ons

Microsoft365: Get List (For Paging)

Retrieves a certain listing on the next page in Microsoft365. The acquired data is appended to a String-type multi-line Data Item. (When acquiring a list, there is a limit to the number of items that can be acquired at one time, and it may be necessary to divide the list into multiple pages)

Scroll to Top