conversation_status

TBD

TOOLTASK_DONE

Task Done

Parameters for marking a task as done.

Optional attributes

  • Name
    Name
    message
    Type
    string
    Description

    An optional message in case you need to provide additional information to the user.

Function Call

TOOL
TASK_DONE
#### TASK_DONE

```json
{}
```

Response

#### Success

TOOLTASK_ERROR

Task Error

Parameters for reporting a task error.

Optional attributes

  • Name
    Name
    message
    Type
    string
    Description

    An optional message in case you need to provide additional information to the user.

Function Call

TOOL
TASK_ERROR
#### TASK_ERROR

```json
{}
```

Response

#### Success

Was this page helpful?