Documentation
    Preparing search index...

    Interface IFetchProps

    Properties for LLM function call.

    interface IFetchProps {
        application: IHttpLlmApplication;
        connection: IHttpConnection;
        function: IHttpLlmFunction;
        input: object;
    }
    Index

    Properties

    application: IHttpLlmApplication

    LLM function calling application.

    connection: IHttpConnection

    HTTP connection info.

    Function to call.

    input: object

    Function arguments.