Skip to content

Commit

Permalink
Merge pull request #504 from WolframResearch/300-advanced-settings-ro…
Browse files Browse the repository at this point in the history
…les-should-reflect-what-is-currently-selected

Show checkmark next to "User" role as default
  • Loading branch information
rhennigan authored Jan 2, 2024
2 parents 175b257 + 77564b3 commit 3f9852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/UI.wl
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ makeChatActionMenuContent[
}, Module[{
personaValue = OptionValue["PersonaValue"],
modelValue = OptionValue["ModelValue"],
roleValue = OptionValue["RoleValue"],
roleValue = Replace[OptionValue["RoleValue"], {source_, Inherited} :> {source, "User"}],
toolValue = OptionValue["ToolCallFrequency"],
tempValue = OptionValue["TemperatureValue"],
advancedSettingsMenu,
Expand Down

0 comments on commit 3f9852d

Please sign in to comment.