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

Publish v1.0 #47

Merged
merged 19 commits into from
Sep 8, 2024
Merged

Publish v1.0 #47

merged 19 commits into from
Sep 8, 2024

Commits on Aug 24, 2024

  1. New function OpenApi.llm() returning LLM function calling schemas.

    To support `typia.llm.functions<Functions>()` function which composes LLM function calling schemas from TypeScript function types, `@samchon/openapi` newly added `OpenApi.llm()` function.
    samchon committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    43a5df5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. MigrateRouteFetcher

    samchon committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3663953 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    342d629 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    7bd8e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4805d4b View commit details
    Browse the repository at this point in the history
  3. Testing LLM functions

    samchon committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1ce5c7b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Completed everything

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

Commits on Sep 6, 2024

  1. Add ILlmApplication type.

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

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    f806539 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from samchon/feature/llm

    New function `HttpLlm.application()` returning LLM function calling schemas.
    samchon authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5d5332a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8620a64 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    8217f7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from samchon/feature/llm-description

    Description comments of LLM function calling schemas.
    samchon authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e4b9015 View commit details
    Browse the repository at this point in the history
  3. Re-writing README document.

    samchon committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e03ce20 View commit details
    Browse the repository at this point in the history
  4. Finalize README

    samchon committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    95aa03a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from samchon/doc/README

    Re-write README document.
    samchon authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d6eaeef View commit details
    Browse the repository at this point in the history
  6. README styling.

    samchon committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c55206c View commit details
    Browse the repository at this point in the history
  7. README code editing

    samchon committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e2f90aa View commit details
    Browse the repository at this point in the history
  8. Publish v1

    samchon committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    99f2f05 View commit details
    Browse the repository at this point in the history