ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
CodeResultEvent
Interface CodeResultEvent
Represents the result of code execution.
interface
CodeResultEvent
{
result
:
CodeExecutionResult
;
type
:
CODE_RESULT
;
}
Properties
result
result
:
CodeExecutionResult
type
type
:
CODE_RESULT
Properties
result
type
ADK for TypeScript: API Reference
Loading...
Represents the result of code execution.