@typia/website
    Preparing search index...

    Namespace LlmTypeChecker

    Type checker for LLM function calling schema.

    LlmTypeChecker is a type checker of ILlmSchema, the type schema for LLM (Large Language Model) function calling.

    This checker provides type guard functions for validating schema types, and operators for traversing and comparing schemas.

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

    Functions

    covers
    isAnyOf
    isArray
    isBoolean
    isInteger
    isNull
    isNumber
    isObject
    isReference
    isString
    isUnknown
    visit