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
### class FilterDictPostProcessorConfigSerializer ([Serializer](./../../interfaces/serializer.md#serializer)[FilterDictPostProcessor]) {#filterdictpostprocessorconfigserializer}
### class LimitStringsPostProcessorConfigSerializer ([Serializer](./../../interfaces/serializer.md#serializer)[LimitStringsPostProcessor]) {#limitstringspostprocessorconfigserializer}
Copy file name to clipboardExpand all lines: docs/api/core/utcp/implementations/tag_search.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,38 @@ sidebar_label: tag_search
9
9
10
10
### class TagAndDescriptionWordMatchStrategy ([ToolSearchStrategy](./../interfaces/tool_search_strategy.md#toolsearchstrategy)) {#taganddescriptionwordmatchstrategy}
11
11
12
-
*No class documentation available*
12
+
<details>
13
+
<summary>Documentation</summary>
14
+
15
+
Tag and description word match strategy.
16
+
17
+
18
+
**Implements A Weighted Scoring System That Matches Tools Based On**
19
+
20
+
1. Tag matches (higher weight)
21
+
2. Description word matches (lower weight)
22
+
23
+
The strategy normalizes queries to lowercase, extracts words using regex,
24
+
and calculates relevance scores for each tool. Results are sorted by
Copy file name to clipboardExpand all lines: docs/api/index.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ This specification is organized by module of the reference python implementation
11
11
12
12
**Note:** The modules don't have to be implemented in the same way as in the reference implementation, but all of the functionality here needs to be provided.
13
13
14
-
**Total documented items:**189
15
-
**Modules documented:**39
14
+
**Total documented items:**195
15
+
**Modules documented:**41
16
16
17
17
## Core Modules
18
18
@@ -93,6 +93,16 @@ Core UTCP framework components that define the fundamental interfaces and implem
0 commit comments