Skip to content

Commit

Permalink
ConfigAIDlg layout (AI description moved)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Ferguson committed Dec 9, 2024
1 parent 9248591 commit 4d98ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/src/dlg/ConfigureAIDlg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export class ConfigureAgentDlg extends DialogBase {
new Div(null, null, [
new FlexLayout([
new Selection(null, "AI Service", aiOptions, "mb-3 mr-6", this.aiServiceState),
aiModelInfo ? new Div(aiModelInfo, { className: "mb-3" }) : null,
]),
aiModelInfo ? new Div(aiModelInfo, { className: "ml-6 mb-3" }) : null,
new TextArea("System Prompt", {
rows: 7,
placeholder: "You are a helpful assistant."
Expand Down

0 comments on commit 4d98ca0

Please sign in to comment.