We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2280a commit 513b20dCopy full SHA for 513b20d
1 file changed
src/Shared/Components/AppStatusModal/AppStatusBody.tsx
@@ -120,7 +120,7 @@ export const AppStatusBody = ({
120
const debugAgentContext = aiAgentContext
121
? ({
122
...aiAgentContext,
123
- prompt: `Why is application '${appDetails.appName}' of '${appDetails.environmentName}' env ${appStatus}?`,
+ prompt: `Why is application '${appDetails.appName}' of '${appDetails.environmentName}' env in ${appStatus} state?`,
124
data: {
125
...aiAgentContext.data,
126
...(debugNode ? { debugNodeKind: debugNode.kind, debugNodeName: debugNode.name } : {}),
0 commit comments