You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cognite/client/data_classes/agents/agent_tools.py
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -164,20 +164,20 @@ class QueryKnowledgeGraphAgentToolConfiguration(WriteableCogniteResource):
164
164
"""Configuration for knowledge graph query agent tools.
165
165
166
166
Args:
167
-
data_models (Sequence[DataModelInfo] | None): The data models and views to query.
167
+
data_models (Sequence[DataModelInfo]): The data models and views to query.
168
168
instance_spaces (InstanceSpaces | None): The instance spaces to query.
169
+
version (str | None): The version of the query generation strategy to use. A higher number does not necessarily mean a better query. Supported values are "v1" and "v2".
0 commit comments