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

typia.llm.application<T>() function. #1259

Merged
merged 3 commits into from
Sep 7, 2024
Merged

Commits on Sep 6, 2024

  1. 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
  2. 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