Skip to content

Commit

Permalink
[Obs AI Assistant] Update default value
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Feb 4, 2025
1 parent 7b28223 commit bdff547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const uiSettings: Record<string, UiSettingsParams> = {
defaultMessage: 'Function calling mode',
}
),
value: false,
value: FunctionCallingModeEnum.Auto,
description: i18n.translate(
'xpack.observabilityAiAssistantManagement.settingsPage.functionCallingModeDescription',
{
Expand Down

0 comments on commit bdff547

Please sign in to comment.