Skip to content

Commit

Permalink
added generatedImages folder in agent to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yoniebans committed Nov 26, 2024
1 parent a4400d7 commit c69d2da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agent/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.env
*.env
.env*
/data
/data
/generatedImages
2 changes: 1 addition & 1 deletion packages/core/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class AgentRuntime implements IAgentRuntime {
const existingDocument =
await this.documentsManager.getMemoryById(knowledgeId);
if (existingDocument) {
return;
continue;
}

console.log(
Expand Down

0 comments on commit c69d2da

Please sign in to comment.