Skip to content

Commit 2b230c2

Browse files
committed
minor change
1 parent 8499d96 commit 2b230c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/core/src/runtime.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ export class AgentRuntime implements IAgentRuntime {
635635
readonly evaluators: Evaluator[] = [];
636636
readonly providers: Provider[] = [];
637637
readonly plugins: Plugin[] = [];
638-
readonly modelProvider: ModelProviderName;
638+
readonly modelProvider: string;
639639
readonly imageModelProvider: string;
640640
readonly imageVisionModelProvider: string;
641641
readonly fetch = fetch;

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)