ADK for TypeScript: API Reference
    Preparing search index...

    Interface ExecuteCodeParams

    The parameters for executing code.

    interface ExecuteCodeParams {
        codeExecutionInput: CodeExecutionInput;
        invocationContext: InvocationContext;
    }

    Properties

    codeExecutionInput: CodeExecutionInput

    The input of the code execution.

    invocationContext: InvocationContext

    The invocation context of the code execution.