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
feat: add chatSearchStreamingCompletion method for enhanced search-ba…
…sed chat interaction
- Implement new method to perform streaming chat completion with web search
- Integrate search results into chat context when available
- Fallback to original user message if search fails
- Minor code formatting improvements
chore: bump version to 1.3.1
- Update version across all modules (pom.xml files)
- Refactor SearchRequest with Builder pattern and default values
- Minor improvements to search request configuration