OBJECT
PrecomputedMetadata
link GraphQL Schema definition
- type PrecomputedMetadata implements Node {
- : ID!
- # Type of source entity: 'article', 'video', 'post', 'ebsco_article'
- : String!
- # ID of the source entity
- : Int!
- # AI-generated or improved title
- : String
- # AI-generated summary
- : String
- # AI-generated reflective questions
- : [String!]
- # AI-generated discussion points
- : [String!]
- # AI-classified topic names
- : [String!]
- # Key terms extracted from content
- : [String!]
- : Map
- # AI model used for generation
- : String!
- # Version of prompt template used
- : String
- # Prompt value used for generation
- : String
- # When this metadata was computed
- : Time!
- # Number of tokens in the input/prompt
- : Int
- # Number of tokens in the output/completion
- : Int
- # Total tokens used (input + output)
- : Int
- : PrecomputedMetadataStatus!
- # Error message if computation failed
- : String
- }
link Require by
This element is not required by anyone