@typia/website
    Preparing search index...

    Interface IMergeProps<Model>

    Properties for the parameters' merging.

    interface IMergeProps<Model extends Model> {
        function: ILlmFunction<Model>;
        human: null | object;
        llm: null | object;
    }

    Type Parameters

    Index

    Properties

    Properties

    function: ILlmFunction<Model>

    Metadata of the target function.

    human: null | object

    Arguments composed by the human.

    llm: null | object

    Arguments composed by the LLM.