Skip to content

fix: remove misleading try/catch around kg.summarize()#20

Merged
ferhimedamine merged 1 commit into
mainfrom
fix/remove-hallucinated-api-calls
May 17, 2026
Merged

fix: remove misleading try/catch around kg.summarize()#20
ferhimedamine merged 1 commit into
mainfrom
fix/remove-hallucinated-api-calls

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

  • Remove try/catch around kg.summarize() that printed "Summarize not supported on this server version"
  • The /v1/knowledge/summarize endpoint exists and works — errors should propagate naturally

Test plan

  • CI passes
  • knowledge_graph.py example runs clean

Closes DAK-5118

🤖 Generated with Claude Code

Remove try/catch that printed "Summarize not supported on this server version" —
the /v1/knowledge/summarize endpoint exists and works. Errors should propagate
naturally instead of being masked with misleading messages.

Closes DAK-5118

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine added the auto-merge CTO auto-merges when CI is green label May 17, 2026
@ferhimedamine ferhimedamine merged commit 3471ded into main May 17, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge CTO auto-merges when CI is green

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant