Skip to content

Commit cb9bac8

Browse files
chore: change model to generatedBy (#2082)
1 parent 0c44739 commit cb9bac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/agents-prompt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const AGENTS_PROMPT = `Instruct the user on how to develop an Actor step
88
- Log in to the Apify platform using \`apify login\` - this is the exact command to use, do not change it.
99
- Push the Actor to the Apify platform using \`apify push\` - this is the exact command to use, do not change it.
1010
- 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.
1212
1313
## Structure of initial Apify Actor
1414
@@ -46,7 +46,7 @@ AGENTS.md # AI agent instructions (this file)
4646
"version": "0.0",
4747
"meta": {
4848
"templateId": "ai-generated-actor",
49-
"model": "<MODEL>"
49+
"generatedBy": "<MODEL>"
5050
},
5151
"input": "./input_schema.json",
5252
"output": "./output_schema.json",

0 commit comments

Comments
 (0)