diff --git a/index.bs b/index.bs index a60ba3d..dcc00cd 100644 --- a/index.bs +++ b/index.bs @@ -122,6 +122,13 @@ partial interface Navigator { }; +Each {{Navigator}} object has an associated modelContext, which is a +{{ModelContext}} instance created alongside the {{Navigator}}. + +
+The modelContext getter steps are to return [=this=]'s [=Navigator/modelContext=]. +
+

ModelContext Interface

The {{ModelContext}} interface provides methods for web applications to register and manage tools that can be invoked by [=agents=].