Jeongho Nam
Jeongho Nam
Here is an example of the currently considering `IChatSchema`'s use case. ## Source Code ```typescript import { ChatGptTypeChecker, IChatGptSchema, ILlmApplication, } from "@samchon/openapi"; import typia, { tags } from "typia";...
https://github.com/samchon/openapi @antoniomdk, @bradleat Visit and check the `IChatGptSchema` structured please. The next version would be published at next week.
Upgrade to v7, then everything be solved. - https://typia.io/docs/llm/application/ - https://typia.io/docs/llm/parameters/ - https://typia.io/docs/llm/schema/
I beautified the transformed code, and checked it through `tsc` command. And could not find any type error. What is the problem? Anyone knows about this issue? ```typescript import typia...
Can you contribute a PR with `test-nextjs` directory? I need to test it.
Reported to `swc` - https://github.com/swc-project/swc/issues/9802
This is compile time library, so that no way to support this feature.
@kakasoo Can you help?
@w0rdgamer Welcome your contribution.
No way, use `ts-node` instead.