Interface ContextOptions

The ContextOptions interface describes the query and optional filter to retrieve context snippets from an Assistant.

Hierarchy

  • ContextOptions

Properties

Properties

filter?: Record<string, string>

Optional filter to apply to the context snippets.

query: string

The query to retrieve context snippets for.