Package version:

Interface KnowledgeRetrievalSemanticIntent

An intended query to execute without model query planning.

interface KnowledgeRetrievalSemanticIntent {
    search: string;
    type: "semantic";
}

Hierarchy (view full)

Properties

Properties

search: string

The semantic query to execute

type

Polymorphic discriminator, which specifies the different types this object can be