playground / Exports / IPlaygroundExecutorResult
Interface: IPlaygroundExecutorResult
Table of contents
Properties
Properties
success
• success: boolean
Defined in
playground/src/lib/playground/robota-executor.ts:78
response
• response: string
Defined in
playground/src/lib/playground/robota-executor.ts:79
duration
• duration: number
Defined in
playground/src/lib/playground/robota-executor.ts:80
tokensUsed
• Optional tokensUsed: number
Defined in
playground/src/lib/playground/robota-executor.ts:81
toolsExecuted
• Optional toolsExecuted: string[]
Defined in
playground/src/lib/playground/robota-executor.ts:82
error
• Optional error: Error
Defined in
playground/src/lib/playground/robota-executor.ts:83
uiError
• Optional uiError: IPlaygroundUiError
Defined in
playground/src/lib/playground/robota-executor.ts:84
visualizationData
• Optional visualizationData: IVisualizationData