@langwatch/scenario
    Preparing search index...

    Interface ToolCallPick

    The input and the output of one tool call pick.

    interface ToolCallPick {
        input: StateMapping;
        output: StateMapping;
    }
    Index

    The arguments of the call.

    output: StateMapping

    The result of the call.