OBJECT

LlmModelCategory

link GraphQL Schema definition

1type LlmModelCategory {
2
3# LLM Model Category ID.
4id: ID!
5
6# Readable title of the category.
7title: String!
8
9}