ContextOptions: {
    include_links?: boolean | null;
}

Context options to use for the completion. If not specified, all options will default to false.

Type declaration

  • Optionalinclude_links?: boolean | null

    Include links in the context. If not specified, this defaults to false.