Skip to content

Commit a4febae

Browse files
committed
feat: add support for agentic plugin documentation
1 parent d93a7ef commit a4febae

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/jsdoc-automation.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,7 @@ jobs:
9898
INPUT_PULL_NUMBER: ${{ inputs.pull_number }}
9999
INPUT_EXCLUDED_DIRECTORIES: ${{ inputs.excluded_directories }}
100100
INPUT_REVIEWERS: ${{ inputs.reviewers }}
101-
INPUT_BRANCH: ${{ inputs.branch }}
101+
INPUT_BRANCH: ${{ inputs.branch }}
102+
INPUT_LANGUAGE: ${{ inputs.language }}
103+
INPUT_JSDOC: ${{ inputs.jsdoc }}
104+
INPUT_README: ${{ inputs.readme }}

packages/plugin-near/src/actions/swap.ts

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ async function checkStorageBalance(
3939
}
4040
}
4141

42-
// TODO: add functionality to support multiple networks
4342
async function swapToken(
4443
runtime: IAgentRuntime,
4544
inputTokenId: string,

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: 'Ed-Marcavage',
49+
owner: 'elizaOS',
5050
name: 'eliza',
5151
pullNumber: undefined
5252
};

0 commit comments

Comments
 (0)