OBJECT
ClassificationReinforcementDocument
link GraphQL Schema definition
- type ClassificationReinforcementDocument implements Node {
- : ID!
- # Descriptive title for the reinforcement document.
- : String
- # The example document content used for reinforcement learning.
- : String!
- # Special instructions or context for this example.
- : String
- # The type of reinforcement this document provides.
- : ClassificationReinforcementDocumentReinforcement!
- # Order in which this document appears.
- : Int!
- # Whether this reinforcement document is active.
- : Boolean!
- : Time!
- : Time!
- # The classification category this reinforcement document belongs to.
- : ClassificationCategory!
- # Optional link to a post if this document was sourced from one.
- : Post
- }