agent-playground / Exports / IPlaygroundExecutorResult
Interface: IPlaygroundExecutorResult
Table of contents
Properties
Properties
success
• success: boolean
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:48
response
• response: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:49
duration
• duration: number
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:50
tokensUsed
• Optional tokensUsed: number
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:51
toolsExecuted
• Optional toolsExecuted: string[]
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:52
error
• Optional error: Error
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:53
uiError
• Optional uiError: IPlaygroundUiError
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:54
visualizationData
• Optional visualizationData: IVisualizationData
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:55