Skip to content

Update SDK for API changes#4

Open
skald-bot wants to merge 1 commit intomainfrom
api-updates
Open

Update SDK for API changes#4
skald-bot wants to merge 1 commit intomainfrom
api-updates

Conversation

@skald-bot
Copy link
Copy Markdown

Summary

Update SDK to reflect recent API changes:

  • chat() now returns response text string instead of ChatResponse object
  • search endpoint now only supports chunk_semantic_search
  • Remove generate_doc endpoint support

Changes

  • Updated chat() method to return just the response text
  • Updated SearchMethod enum to only include CHUNK_SEMANTIC_SEARCH
  • Removed generateDoc() and streamedGenerateDoc() methods
  • Removed GenerateDoc-related type imports

🤖 Generated with Claude Code

- Update chat() to return response text string instead of ChatResponse object
- Update search to only support chunk_semantic_search method
- Remove generateDoc() and streamedGenerateDoc() methods
- Remove GenerateDoc-related type imports

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant