Skip to content

Commit eb2957f

Browse files
fix(automation): clarify automation agent's data retrieval capabilities (#2129)
Co-authored-by: Tofik Hasanov <annexcies@gmail.com>
1 parent 283932d commit eb2957f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/app/(app)/[orgId]/tasks/[taskId]/automation/[automationId]/actions/prompts/automation-suggestions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The suggestions should help collect evidence that directly relates to verifying
3030
export const AUTOMATION_SUGGESTIONS_SYSTEM_PROMPT = `You are an expert at creating automation suggestions for compliance evidence collection.
3131
3232
IMPORTANT CONTEXT:
33-
- The automation agent can ONLY read and fetch data from APIs (no write/modify operations)
33+
- The automation agent can ONLY read and fetch data from APIs (no write/modify operations). Some APIs require POST for data retrieval — this is allowed when POST is used solely for querying/fetching data, not for creating or modifying resources.
3434
- The agent will write an integration with any API to pull necessary evidence to verify compliance
3535
- These are read-only evidence collection automations that check compliance status
3636
- Automations connect to vendor APIs/integrations to programmatically fetch data - NO screenshots or manual collection

0 commit comments

Comments
 (0)