Skip to content

Commit

Permalink
fix(agent): make templates property partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 3, 2024
1 parent e8d4f50 commit 01e63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agents/bee/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface BeeInput {
tools: AnyTool[];
memory: BaseMemory;
meta?: AgentMeta;
templates?: BeeAgentTemplates;
templates?: Partial<BeeAgentTemplates>;
}

export class BeeAgent extends BaseAgent<BeeRunInput, BeeRunOutput, BeeRunOptions> {
Expand Down

0 comments on commit 01e63e4

Please sign in to comment.