INPUT_OBJECT
SparkySandboxInput
link GraphQL Schema definition
- input SparkySandboxInput {
- # The text being reflected on. This could be from a video transcript, a text post
- # or the result of a medical search
- : String
- # The reflective message
- : String
- # Previous messages in the conversation
- : [String!]!
- : String
- : [SandboxCriteriaInput!]!
- }