@modality-counter/core 0.4.2 → 0.4.3
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -912,7 +912,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
912
912
|
|
|
913
913
|
agent_activation_execution:
|
|
914
914
|
user_request_intelligent_matching:
|
|
915
|
-
rule: "Match request to right method. Execute. Auto-load all references that matter to the request. Return complete answer without extra steps."
|
|
915
|
+
rule: "Match request to right method via natural language interpretation. Execute. Auto-load all references that matter to the request. Return complete answer without extra steps."
|
|
916
916
|
actions:
|
|
917
917
|
- "Find references in mcp reference lists"
|
|
918
918
|
- "Get match reference immediately. _Counter__ExecuteMethod({method: '*same-method-name', params: {'reference': 'match-reference'})"
|
package/package.json
CHANGED