@runloop/api-client - v1.4.0
    Preparing search index...

    Interface InputContext

    InputContextView specifies the problem statement along with all additional context for a Scenario.

    interface InputContext {
        problem_statement: string;
        additional_context?: unknown;
    }
    Index

    Properties

    problem_statement: string

    The problem statement for the Scenario.

    additional_context?: unknown

    Additional JSON structured input context.