HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
68 stars 7 forks source link

Tool: Classification #15

Closed HelgeSverre closed 1 year ago

HelgeSverre commented 1 year ago

Using the llm, a prompttemplate or function calling, build a tool that will classify the input give into one of the provided options:

Imaginary code:

Mindwave::classify("coca cola 6pk 0.33ml",[
    'soda', 'bread', 'candy', 'pizza'
])

Use-cases:

Should be a core feature, as i need this often.

HelgeSverre commented 1 year ago

Done, also works with enums