Modes

Control answer content

In order to choose between answer types or precision (discussed in the previous section) you can use the mode optional header.

The syntax is

#task: name
#mode: type
AI prompt

Supported values for type are:

  1. creative sets the precision to Creative to answer the task prompt.

  2. strict sets the precision to Strict to answer the task prompt.

  3. mixed sets the precision to a balance between Creative and Strict precision and between Publication and Chat answer type to answer the task prompt.

  4. pubs sets the answer type to Publications for the task prompt.

Example 1

#task: brainstorm
#mode: creative
brainstorm ideas for new research on high-performance computing

floatz AI will answer the question without searching the literature.

Example 2

#task: pubsHPC
#mode: pubs
latest high-performance computing results

floatz AI will output a list of the latest high-performance computing papers.

Last updated