Documentation
    Preparing search index...

    Namespace HttpLlm

    LLM function calling utilities for OpenAPI documents.

    HttpLlm converts OpenAPI documents into LLM function calling applications and executes them. Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through automatic conversion to OpenApi format.

    Main functions:

    Typical workflow:

    1. Load OpenAPI document (JSON/YAML)
    2. Call HttpLlm.application() to get function schemas
    3. Send function schemas to LLM for function selection
    4. Call HttpLlm.execute() with LLM's chosen function and arguments

    Jeongho Nam - https://github.com/samchon

    Interfaces

    IFetchProps

    Functions

    application
    controller
    execute
    propagate