Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.03 KB

File metadata and controls

11 lines (8 loc) · 1.03 KB

QueryDefinition

Fields

Field Type Required Description
name str ✔️ Name of the query
description OptionalNullable[str] Description of the query
input_schema Dict[str, Any] ✔️ Input JSON schema of the query's model
output_schema Dict[str, Any] Output JSON schema of the query's model