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 00509dd commit e53c226Copy full SHA for e53c226
docs/concepts/prompts.mdx
@@ -169,7 +169,7 @@ const debugWorkflow = {
169
role: "user",
170
content: {
171
type: "text",
172
- text: "Here's an error I'm seeing:"
+ text: `Here's an error I'm seeing: ${error}`
173
}
174
},
175
{
@@ -183,7 +183,7 @@ const debugWorkflow = {
183
184
185
186
- text: error
+ text: "I've tried restarting the service, but the error persists."
187
188
189
];
0 commit comments