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 1c3262e commit b33209bCopy full SHA for b33209b
llmstack/client/src/pages/AppEdit.jsx
@@ -263,7 +263,9 @@ export default function AppEditPage(props) {
263
]
264
: appInputFields,
265
output_template:
266
- app?.type?.slug === "agent" ? "{{agent}}" : appOutputTemplate,
+ app?.type?.slug === "agent"
267
+ ? { markdown: "{{agent}}" }
268
+ : appOutputTemplate,
269
web_config: app?.web_config || {},
270
slack_config: app?.slack_config || {},
271
discord_config: app?.discord_config || {},
0 commit comments