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
fix: use correct fields for read_docs tool call summary
The context-pruner's summarizeToolCall function was reading input.query
which doesn't exist on ReadDocsParams. It should read libraryTitle and
topic fields instead.
Fixes#466
0 commit comments