@typia/website
    Preparing search index...

    Type Alias ILlmSchema<Model>

    ILlmSchema: ModelSchema[Model]

    The schemas for the LLM function calling.

    ILlmSchema is an union type collecting every the schemas for the LLM function calling.

    Select a proper schema type according to the LLM provider you're using.

    Type Parameters