IMAMURA, Genichi

Questetra, Inc. CEO (2008), Synergy Marketing, Inc. COO (2005), Four-Dimensional Data, Inc. CEO (2000), Born in Kobe, Japan

qGuide: Request to OpenAI API using localStorage
Task Form Decoration

qGuide: Request to OpenAI API using localStorage

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 be provided, such as a typo check function, a text rewrite function, and a list of possible reasons for rejection. The “API key” and “instruction text” must be saved in localStorage by each user.

Add-ons

Google Slides #Pages: Export as PNG

Stores one or multiple PNG image files as Workflow data by converting specified slide pages. If not specified, only the last page will be converted into PNG. If “all” is specified, all pages will be converted. Also supports download URLs (valid for 30 mins).

Task Form Decoration

qDate: Increment Date

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 also displayed, making it intuitive to check the date and preventing input errors.

Task Form Decoration

qGuide: Request to OpenAI API with Image

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. Depending on the prompt settings, various support functions (functions to assist the task processor) can be provided, such as “analyzing ancient documents,” “detecting fault locations,” “counting populations,” and “extracting RGB color codes.”

Task Form Decoration

qGuide: Request to OpenAI API

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 operators can be provided, such as a typo check function, a text rewrite function, and a list of possible reasons for rejection.

Add-ons

#TSV-String: Add Thousands Separators

Formats the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Extract Range Columns

Extracts the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Basic Math on Numeric Strings

Adds the calc result as a new column. The result of binary calculations such as “adding column A and column B” or “multiplying column C by 1.1” are added to the end of each TSV row. Subtraction, division, remainder, and exponentiation also supported.

#Files: Filter by FileName
Add-ons

#Files: Filter by FileName

Extract only files to match the conditions from the files stored in FILE type. The conditions can be specified as “equal to”, “contains”, “starts with”, or “ends with”. A case-insensitive can be specified. You can also store the remaining files.

Add-ons

#String: Extract Subpattern by RegExp

Extracts one string that matches the regular expression and extracts its subpatterns (Capturing groups). If “(\d{4})-(\d{2})-(\d{2})”, the first YYYY-MM-DD that matches perfectly in the text will be extracted. Then the YYYY MM DD are extracted.

#Collab-Chat: Post
Add-ons

#Collab-Chat: Post

Posts any text to CollabChat in the Questetra Platform by specifying the channel. To post to an organization channel or a process channel, specify the ID (eg. “g12” or “p123”), and to a user-created channel, the channel name (eg. “general”).

Add-ons

TSV String: Extract Cells

Extracts the values of specified cells in A1 notation. The extracted string can be stored not only in the STRING type data but also in the NUMERIC type, DATE type, DATETIME type, SELECT type, USER type, and ORG type data if the format allows.

Scroll to Top