Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

SearchQueriesInput

Input object expected by the query or mutation

input SearchQueriesInput {
question: String!
translateQuestionToEnglish: Boolean
}

Fields

SearchQueriesInput.question ● String! non-null scalar general

Question used to find related queries. Must be less than 256 words and 1024 characters

SearchQueriesInput.translateQuestionToEnglish ● Boolean scalar general

Enforce translation of the provided question to english. Can enhance results precision, however take more time

Example

Member Of