add enum
type for LLM output types
#201
Labels
enhancement
New feature or request
good first engineering issue
Engineering-focused issue for newcomers
Users want to be able to add enum type outputs for operations. For example, a multi class classifer.
The interface can look something like
We'd have to figure out how to convert it to openapi-compatible schemas, and include this logic here so the LLM reads the enum correctly.
We'd also have to modify the front-end to support enum types, but we can do that in a separate PR.
The text was updated successfully, but these errors were encountered: