API
API
Interfaces
AIToolResult

AIToolResult

executeTool의 실행 결과.
외부 agent가 적용 성공 여부를 판단하고 self-correct하는 근거로 사용한다.
ok가 false이면 error에 실패 원인이, true이면 message에 실행 설명이 담긴다.

Properties

error: string (opens in a new tab) readonly

default: undefined

message: string (opens in a new tab) readonly

default: undefined

ok: boolean (opens in a new tab) readonly

default: undefined

tool: string (opens in a new tab) readonly

default: undefined