@cognite/cli 1.9.0-alpha.0 → 1.9.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,10 @@
15
15
  # configured in agent.yaml. Requires no extra fields, but only
16
16
  # makes sense once you've added tools (see README.md's
17
17
  # "Adding tools" section).
18
+ # - toolInvocation: checks whether the agent invoked tools with correct
19
+ # arguments and formatting. Complements toolSelection — use
20
+ # both when you need full tool-calling coverage. Requires no
21
+ # extra fields.
18
22
  #
19
23
  # These are placeholders — edit the inputs, references, and context to match what
20
24
  # your agent actually does, then add more cases over time.
@@ -51,6 +55,7 @@ cases:
51
55
  - input: "Find assets related to compressors in the knowledge graph."
52
56
  scorers:
53
57
  - type: toolSelection
58
+ - type: toolInvocation
54
59
 
55
60
  # Multi-turn case: the agent should carry context across turns.
56
61
  - id: assets-followup