Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6.10 #1268

Merged
merged 13 commits into from
Sep 9, 2024
Merged

V6.10 #1268

merged 13 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. typia.llm.schema<T>() function.

    Added `typia.llm.schema<T>()` function which generates type schema information of the LLM function callimg by TypeScript type.
    samchon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe886ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1258 from samchon/feature/llm

    `typia.llm.schema<T>()` function.
    samchon authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a9d22b5 View commit details
    Browse the repository at this point in the history
  3. typia.llm.application<T>() function.

    Added `typia.llm.application<T>()` function which generates set of LLM function calling schemas from the TypeScript class or interface types.
    
    The type `ILlmApplication` and `ILlmSchema` comes from samchon/openapi#44, and requested by @ryoppippi.
    samchon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0792ef1 View commit details
    Browse the repository at this point in the history
  4. Fix test level bug

    samchon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    776351f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Fix test problem bug

    samchon committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a98fe94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1259 from samchon/feature/llm-application

    `typia.llm.application<T>()` function.
    samchon authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0d65c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e296152 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1260 from samchon/feature/llm-application

    Description comments on LLM module.
    samchon authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    af5e540 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72fe1ff View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1261 from samchon/feature/llm-application

    LLM function calling parameter separation.
    samchon authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8aca6df View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    166874d View commit details
    Browse the repository at this point in the history
  2. Publish next version

    samchon committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ac3bf44 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1267 from samchon/feature/llm-application

    Documentation of LLM function callling appllication
    samchon authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    84644be View commit details
    Browse the repository at this point in the history