Skip to content

Commit 513b20d

Browse files
committed
feat: refine debugAgentContext prompt for clarity in AppStatusBody
1 parent 1b2280a commit 513b20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Components/AppStatusModal/AppStatusBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const AppStatusBody = ({
120120
const debugAgentContext = aiAgentContext
121121
? ({
122122
...aiAgentContext,
123-
prompt: `Why is application '${appDetails.appName}' of '${appDetails.environmentName}' env ${appStatus}?`,
123+
prompt: `Why is application '${appDetails.appName}' of '${appDetails.environmentName}' env in ${appStatus} state?`,
124124
data: {
125125
...aiAgentContext.data,
126126
...(debugNode ? { debugNodeKind: debugNode.kind, debugNodeName: debugNode.name } : {}),

0 commit comments

Comments
 (0)