github samchon/typia v6.10.0

latest release: v6.10.1
9 days ago

From now on, typia setup wizard can detect package manager.

Also, new function typia.llm.application<App>() has come (requested by @ryoppippi).

It composes LLM function calling application from a native TypeScript interface or class type.

export namespace llm {
  // LLM function calling application schema
  export function application<App extends object>(
    options?: ILlmApplication.IOptions
  ): ILlmApplication;

  // Individual type schema
  export function schema<T>(): ILlmSchema;
}

What's Changed

Full Changelog: v6.9.0...v6.10.0

Don't miss a new typia release

NewReleases is sending notifications on new releases.