From ce1378f13a4715ae115e044faeee212fb937e8c0 Mon Sep 17 00:00:00 2001 From: David Feltell Date: Tue, 21 Nov 2023 18:39:32 +0000 Subject: [PATCH] squash: Note that entityTraits is a required method Signed-off-by: David Feltell --- examples/querying_entity_traits.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/querying_entity_traits.ipynb b/examples/querying_entity_traits.ipynb index 42c53a4..ba4a3ec 100644 --- a/examples/querying_entity_traits.ipynb +++ b/examples/querying_entity_traits.ipynb @@ -204,6 +204,8 @@ "\n", "The `entityTraits` methods allows a host to query the manager for the traits associated with a given entity reference. It has two access modes. `kRead` mode will return all the traits that the manager associates with an entity. `kWrite` mode returns the minimal set of traits required to publish to the given entity reference.\n", "\n", + "The `entityTraits` method is a required method that managers _must_ implement, so there is no need to perform a `hasCapability` check before using it.\n", + "\n", "The following examples illustrate usage of the `entityTraits` method." ], "metadata": {