Skip to content

Commit

Permalink
Update runtime.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Feb 5, 2025
1 parent ea315d1 commit 49ce19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class AgentRuntime implements IAgentRuntime {
evaluators?: Evaluator[]; // Optional custom evaluators
plugins?: Plugin[];
providers?: Provider[];
modelProvider: ModelProviderName | 'string';
modelProvider: ModelProviderName | string;

services?: Service[]; // Map of service name to service instance
managers?: IMemoryManager[]; // Map of table name to memory manager
Expand Down

0 comments on commit 49ce19a

Please sign in to comment.