Documentation
    Preparing search index...

    Function HumanRoute

    • Human only API marking.

      This decorator marks the API for human only, so that LLM function calling schema composer excludes the API.

      In other words, if you adjust the @HumanRoute() decorator to the API, the API never participates in the LLM function calling. When calling the HttpLlm.application function, matched IHttpLlmFunction data never be composed.

      Returns MethodDecorator

      Method decorator

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