Skip to content

agent-cli / Exports / TToolResult

Interface: TToolResult

Result returned by a CLI tool invocation

Table of contents

Properties

Properties

success

success: boolean

Defined in

agent-tools/dist/node/index.d.ts:7


output

output: string

Defined in

agent-tools/dist/node/index.d.ts:8


error

Optional error: string

Defined in

agent-tools/dist/node/index.d.ts:9


exitCode

Optional exitCode: number

Defined in

agent-tools/dist/node/index.d.ts:10

Released under the MIT License.