We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521c60e commit 0f95f38Copy full SHA for 0f95f38
.changeset/long-ends-prove.md
@@ -0,0 +1,5 @@
1
+---
2
+"@inkeep/agents-manage-ui": patch
3
4
+
5
+enables line wrapping in the prompt/graph prompts editors
agents-manage-ui/src/components/form/prompt-editor.tsx
@@ -216,6 +216,7 @@ export const PromptEditor: FC<TextareaWithSuggestionsProps> = ({
216
templateVariablePlugin,
217
templateVariableTheme,
218
createTemplateVariableLinter(suggestions),
219
+ EditorView.lineWrapping,
220
];
221
}, [contextConfig]);
222
0 commit comments