@typia/website
    Preparing search index...

    Properties for the parameters' merging.

    interface IMergeProps {
        function: ILlmFunction;
        human: null | object;
        llm: null | object;
    }
    Index

    Properties

    Properties

    function: ILlmFunction

    Metadata of the target function.

    human: null | object

    Arguments composed by the human.

    llm: null | object

    Arguments composed by the LLM.