Commit f00a99a
committed
improvement(tools): decide pinned fields by subblock condition, not param name
The membership check asked a proxy question — "does this subblock's id match a
declared tool param?" — when the real one is "is this field part of the
operation the tool was selected for". 41 blocks rename a field on its way to the
tool inside `tools.config.params`, so their pinned values failed the name match
and were never stated. Datadog's `listMonitorName` feeds the tool param `name`;
it is now stated as Filter by Name "CPU" instead of dropped.
`evaluateSubBlockCondition` answers the real question directly and survives a
rename, because it never looks at tool param names. It also still excludes the
stale-field case the name match was introduced for: Gmail's to/subject/body are
gated to the send operations, so a block switched to Read drops them.
The operation selector and trigger-mode subblocks are excluded explicitly — they
carry values but do not constrain the call.
Trigger mode is skipped per subblock rather than blocking its canonical group.
Gmail puts `triggerCredentials` in the same group as `credential`, and blocking
the group dropped the account from every Gmail tool. Only value-level
disqualifiers — password, hidden, unstateable type — block a whole group, since
a canonical group shares one value.1 parent 31a8f8e commit f00a99a
3 files changed
Lines changed: 131 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
133 | 149 | | |
134 | 150 | | |
135 | 151 | | |
136 | | - | |
| 152 | + | |
| 153 | + | |
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
140 | 157 | | |
141 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
142 | 226 | | |
143 | 227 | | |
144 | 228 | | |
| |||
226 | 310 | | |
227 | 311 | | |
228 | 312 | | |
229 | | - | |
| 313 | + | |
| 314 | + | |
230 | 315 | | |
231 | 316 | | |
232 | 317 | | |
233 | 318 | | |
234 | 319 | | |
235 | | - | |
| 320 | + | |
236 | 321 | | |
237 | 322 | | |
238 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
54 | 64 | | |
55 | 65 | | |
56 | 66 | | |
| |||
154 | 164 | | |
155 | 165 | | |
156 | 166 | | |
| 167 | + | |
| 168 | + | |
157 | 169 | | |
158 | | - | |
159 | | - | |
| 170 | + | |
| 171 | + | |
160 | 172 | | |
161 | | - | |
| 173 | + | |
162 | 174 | | |
163 | 175 | | |
164 | 176 | | |
| |||
182 | 194 | | |
183 | 195 | | |
184 | 196 | | |
| 197 | + | |
185 | 198 | | |
186 | 199 | | |
187 | 200 | | |
| |||
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
202 | 219 | | |
203 | 220 | | |
204 | 221 | | |
| |||
208 | 225 | | |
209 | 226 | | |
210 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
211 | 232 | | |
212 | 233 | | |
213 | 234 | | |
| |||
216 | 237 | | |
217 | 238 | | |
218 | 239 | | |
219 | | - | |
220 | | - | |
| 240 | + | |
| 241 | + | |
221 | 242 | | |
222 | | - | |
223 | | - | |
| 243 | + | |
224 | 244 | | |
| 245 | + | |
225 | 246 | | |
226 | | - | |
227 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
228 | 253 | | |
229 | 254 | | |
230 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
910 | 910 | | |
911 | 911 | | |
912 | 912 | | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
913 | 919 | | |
914 | 920 | | |
915 | 921 | | |
| |||
0 commit comments