diff --git a/declarative-api-explainer.md b/declarative-api-explainer.md index ac22563..31f086b 100644 --- a/declarative-api-explainer.md +++ b/declarative-api-explainer.md @@ -18,7 +18,7 @@ reads. However, not all site functionality is exposed via JavaScript functions, and features that *are* take some effort to rewrite with an agent invoker in mind. Much of a site's functionality is provided via semantic HTML elements like `
``` @@ -137,7 +137,7 @@ interface SubmitEvent : Event { }; ``` -**`toolactivated` and `toolcanceled` events +**`toolactivated` and `toolcanceled` events** We introduce these new events that get fired against he `Window` object when a WebMCP tool is run, and when its invocation is canceled. Some open questions: