-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wikipedia search #297
Add wikipedia search #297
Conversation
...les/kotlin/src/main/kotlin/com/xebia/functional/xef/auto/reasoning/WikipediaSearchExample.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @Zevleg ! Let's address the URL encoding so it encodes the search input automatically even if you send sentences with spaces
reasoning/src/commonMain/kotlin/com/xebia/functional/xef/reasoning/wikipedia/WikipediaClient.kt
Outdated
Show resolved
Hide resolved
* Expression Language for LLM driven template replacements * Prompt adjustments * Prompt adjustments and better structure for building final prompt based on messages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Zevleg !
The merge-base changed after approval.
The merge-base changed after approval.
Ticket Implement wikipedia search