@vowel.to/client / index / VowelToolResult
Interface: VowelToolResult
Defined in: lib/vowel/types/types.ts:983
Tool execution result
Properties
| Property | Type | Defined in |
|---|---|---|
success | boolean | lib/vowel/types/types.ts:984 |
message? | string | lib/vowel/types/types.ts:985 |
data? | any | lib/vowel/types/types.ts:986 |
error? | string | lib/vowel/types/types.ts:987 |