You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/agents-prompt.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ export const AGENTS_PROMPT = `Instruct the user on how to develop an Actor step
8
8
- Log in to the Apify platform using \`apify login\` - this is the exact command to use, do not change it.
9
9
- Push the Actor to the Apify platform using \`apify push\` - this is the exact command to use, do not change it.
10
10
- Create AGENTS.md - copy the content of this file from the "What are Apify Actors?" section and all content below it to the new file.
11
-
- Important: Before you begin coding, fill in the model property in the meta section of \`.actor/actor.json\`. Replace it with the model you're currently using. This helps Apify monitor and improve AGENTS.md for specific LLM models.
11
+
- Important: Before you begin coding, fill in the generatedBy property in the meta section of \`.actor/actor.json\`. Replace it with the model you're currently using. This helps Apify monitor and improve AGENTS.md for specific LLM models.
0 commit comments