Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-mintlify/admin/ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ memory_mode: user
| `llm` | string or object | `auto` | LLM provider — `auto`, a [predefined model](#llm) name, or a [BYOM](/admin/ai/bring-your-own-model) reference. |
| `embedding_llm` | string or object | `text-embedding-3-large` | Embedding model — a predefined name or a BYOM reference. |
| `runtime` | string | `plain` | [Runtime mode](#runtime) — `plain` or `reasoning`. |
| `accessible_views` | array | _all views_ | List of view names the agent is allowed to query. If omitted or empty, the agent has access to all views. |
| `accessible_views` | array | _all views_ | List of view names exposed to the agent as context guidance for which views to query. This is not a security control — if omitted or empty, all views are exposed. Use [access policies](/reference/data-modeling/data-access-policies) to enforce actual access restrictions. |
| `memory_mode` | string | `space` | [Memory isolation mode](#memory) — `space`, `user`, or `disabled`. |

Rules and certified queries have their own dedicated pages:
Expand Down
2 changes: 1 addition & 1 deletion docs-mintlify/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
}
},
"seo": {
"indexing": "all",
"indexing": "navigable",
"metatags": {
"og:type": "website",
"og:site_name": "Cube Documentation"
Expand Down
Loading