For the complete documentation index, see llms.txt. This page is also available as Markdown.

ActionExecutionResult Object

Description

Specifies the final result of an action execution.

Properties

code

Result code.

Type: integer

text

Resulting text message.

Type: string

Sample JSON

{
    "code": 0,
    "text": "Execution succeeded"
}

Last updated