Procedures

Automation procedures in the Kognitos Meta book.

The following documentation is for Kognitos Meta v1.0.3 (BDK).

to perform a task

Performs a task based on the prompt and payload.

Input Concepts

Concept
Description
Type
Required
Default Value

task

The task to perform.

text

Yes

(no default)

payload

The payload to perform the task.

json

No

(no default)

Output Concepts

Concept
Description
Type

answer

The result of the task

`` or file or number or text

Examples

the task is "get the current temperature in Celsius"
create a json
use the above as the payload
set the payload's "city" to "Buenos Aires"
perform the task
   the payload is the payload

Last updated

Was this helpful?