Skip to content

Commit 55cfb92

Browse files
committed
feat: add support for agentic plugin documentation
1 parent 6eafb3c commit 55cfb92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/jsdoc-automation/src/Configuration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class Configuration implements Omit<ConfigurationData, 'rootDirectory'> {
4646

4747
public excludedDirectories: string[] = [];
4848
public repository: Repository = {
49-
owner: 'elizaOS',
49+
owner: 'Ed-Marcavage',
5050
name: 'eliza',
5151
pullNumber: undefined
5252
};

scripts/jsdoc-automation/src/utils/prompts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Create a comprehensive API reference including:
145145
146146
Format the response in markdown with proper headings and code blocks.`,
147147

148-
todos: `Generate TODO documentation with the following structure:
148+
todos: `Generate TODO documentation with the following structure, do not return the context (code) rather a description of the code and how the todo is related to the code:
149149
150150
### Items
151151
1. [First TODO item]

0 commit comments

Comments
 (0)