Skip to content

AI metadata generator #15

@omargfh

Description

@omargfh

It would be useful to have a metadata generator using LLMs.

This feature should introduce one package (maybe llm-utils), set its only dependency to be utils and use it for LLM helpers used in netlogo-docs.

The generator should have this interface or a similar one:

generateShortDescription(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<string>

generateLongDescription(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<string>

generateSEOKeywords(content: string, metadata: /* stringifyable */, instructions: string = ""): Promise<Array<string>>

Metadata

Metadata

Assignees

Labels

monorepoThis issue concerns the whole repository or an organizational component within itpackageIssues related to packages under the packages directory

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions