-
-
Notifications
You must be signed in to change notification settings - Fork 582
add reasoning settings #1127
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 reasoning settings #1127
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Add reasoning settings configuration for LLM models
Update OpenAI provider to use configurable reasoning parameters
Upgrade OpenAI package to version 2.3.0
Refactor temperature and effort level handling
Diagram Walkthrough
File Walkthrough
LlmModelSetting.cs
Add reasoning configuration settings
src/Infrastructure/BotSharp.Abstraction/MLTasks/Settings/LlmModelSetting.cs
ReasoningSetting
class with temperature and effort levelproperties
LlmModelSetting
LlmCost
toLlmCostSetting
for consistencyChatCompletionProvider.cs
Refactor reasoning parameters handling
src/Plugins/BotSharp.Plugin.OpenAI/Providers/Chat/ChatCompletionProvider.cs
Directory.Packages.props
Update OpenAI package version
Directory.Packages.props