KnowledgeBaseQueryGenerationContext

Context used to improve query generation

Constructors

Link copied to clipboard
constructor(curatedQueries: List<KnowledgeBaseCuratedQuery>? = null, tables: List<KnowledgeBaseQueryGenerationTable>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.

Link copied to clipboard

An array of objects, each of which defines information about a table in the database.