Commit cd29b0c
fix(api_search): recurse into nested dicts in _extract_name (#265)
Instead of falling back to str() for nested dict sub-values, recurse
via _extract_name to extract a human-readable string from inner keys.
Signed-off-by: Eric Hackathorn <erichackathorn@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a9d3ee6 commit cd29b0c
File tree
2 files changed
+10
-6
lines changed- src/zyra/connectors/discovery
- tests/connectors
2 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
| 312 | + | |
314 | 313 | | |
315 | 314 | | |
316 | 315 | | |
| |||
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
335 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| |||
0 commit comments