agent-playground / Exports / ICodeExecutionResult
Interface: ICodeExecutionResult
Types and interfaces for CodeExecutor
Table of contents
Properties
Properties
success
• success: boolean
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:6
output
• Optional output: string
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:7
error
• Optional error: string
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:8
logs
• Optional logs: string[]
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:9
duration
• duration: number
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:10
agentReady
• agentReady: boolean
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:11
compiledCode
• Optional compiledCode: string
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:12
errors
• Optional errors: IErrorInfo[]
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:13
warnings
• Optional warnings: IErrorInfo[]
Defined in
agent-playground/src/lib/playground/code-executor-types.ts:14