+
{
+ return state.messageIds
+ ?.map((id) => getMessage(id)?.toolCalls)
+ .filter((toolCalls) => toolCalls != null)
+ .flat();
+ }),
+ );
+}
diff --git a/web/src/styles/prosemirror.css b/web/src/styles/prosemirror.css
index 9ef6739..c747417 100644
--- a/web/src/styles/prosemirror.css
+++ b/web/src/styles/prosemirror.css
@@ -4,6 +4,10 @@
color: inherit;
}
+.ProseMirror {
+ line-height: 1.75;
+}
+
.ProseMirror .is-editor-empty:first-child::before {
content: attr(data-placeholder);
float: left;