■

Sends the Input-string to the Responses API via CORS. The responses (the sentence generated by the model) will be displayed in streaming format. Depending on the prompt settings, various support functions to assist task operators can…
■

Assists in inputting Date-type data items. You can increase or decrease the date using buttons such as “+1 day” and “-7 days.” The number of days from the present and the day of the week are…
■

The “input file” (image or pdf), the “input data” string, and the “API key” are sent to the Responses API via CORS. The response (text generated by the model) is streamed on the Task Form screen.…
■

Send the Input-string and ApiKey-string to the Responses API via CORS. The responses (the sentence generated by the model) will be displayed in streaming format. Depending on the prompt settings, various support functions to assist task…
■

Accepts voice input. Currently, it works only with Chrome and some other browsers. Press the Speech Recognition button to speak and characters will be entered. This is useful for reporting “facility inspection results” via smartphone. Note…
■

Reads out numerical values in numeric type fields (Text-to-Speech), using the Web Speech API (Speech Synthesis). For example, the billing amount data “12,000,000 (yen)” can be confirmed by the voice “issen ni-hyakuman” or “twelve million”.
■

Button for batch input to multiple form elements. The text on the clipboard is split into lines and pasted into each field. In this example, batch pasting to 4 fields (singleline string, select, date, multiline string)…
■

Button for batch input to multiple form elements allows popular combinations of input values to be implemented as a single button, reducing input costs and the risk of incorrect input. In this example of setting a…
■

Unzips the Zip-file attached in FILE type data. User can download any file in any ZIP file. ZIP compatible file formats such as “docx”, “apk”, “qar” can also be decompressed.
■

Generates a 12-character password. Randomly extracts 2 characters from “23456789”, 4 characters from “ACFGHJKNRSUXYZ”, 4 characters from “acfghjknrsuxyz”, and 2 characters from “#$%&+-“. Characters that are easily misidentified (e.g., “1” and “l”) are not extracted.
■

Hello World for learning the “Questetra Form JavaScript API”. Set the following code in the “Description” section of the STRING DataItem. The “Input HELLO WORLD” button will appear on the Task Form. (Editable Step with read/write…

Sends the Input-string to the Responses API via CORS. The responses (the sentence generated by the model) will be displayed…

Assists in inputting Date-type data items. You can increase or decrease the date using buttons such as “+1 day” and…

The “input file” (image or pdf), the “input data” string, and the “API key” are sent to the Responses API…

Send the Input-string and ApiKey-string to the Responses API via CORS. The responses (the sentence generated by the model) will…

Accepts voice input. Currently, it works only with Chrome and some other browsers. Press the Speech Recognition button to speak…

Reads out numerical values in numeric type fields (Text-to-Speech), using the Web Speech API (Speech Synthesis). For example, the billing…

Button for batch input to multiple form elements. The text on the clipboard is split into lines and pasted into…

Button for batch input to multiple form elements allows popular combinations of input values to be implemented as a single…

Unzips the Zip-file attached in FILE type data. User can download any file in any ZIP file. ZIP compatible file…

Generates a 12-character password. Randomly extracts 2 characters from “23456789”, 4 characters from “ACFGHJKNRSUXYZ”, 4 characters from “acfghjknrsuxyz”, and 2…

Hello World for learning the “Questetra Form JavaScript API”. Set the following code in the “Description” section of the STRING…