We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad9a5a commit 231ed77Copy full SHA for 231ed77
web/lib/agent/built-in-agents/editor-assistant.ts
@@ -99,7 +99,7 @@ Pulse Editor extensions and its features.`,
99
},
100
// CanvasViewConfig
101
workflow: {
102
- type: "any",
+ type: "object",
103
description: `The workflow that the canvas is using. This contains nodes and edges information required for a xyflow/ReactFlow graph. \
104
This field exists if the view type is 'Canvas'.`,
105
optional: true,
@@ -189,7 +189,7 @@ with Pulse Editor and extension commands.`,
189
"Whether the file system object is a folder or not.",
190
191
subDirItems: {
192
193
description:
194
"The sub-directory items of the file system object. ",
195
0 commit comments