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

Develop a code generator of LLM function calling schema to TypeScript type #56

Open
samchon opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@samchon
Copy link
Contributor

samchon commented Feb 19, 2025

To support #55, it must possible to write TypeScript type from the metadata definition.

To accomplish this mission, I need to develop two things:

  1. LLM function calling schema to OpenAPI JSON schema
  2. OpenAPI JSON schema to TypeScript type programmer

About the first mission, I've to enhance @samchon/openapi.

The second mission can be simply accomplished by taking some codes of @nestia/migrate.

@samchon samchon added the Enhancement New feature or request label Feb 19, 2025
@samchon samchon self-assigned this Feb 19, 2025
@samchon samchon added this to WrtnLabs Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants