Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Feb 6, 2025
1 parent 8499d96 commit 2b230c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export class AgentRuntime implements IAgentRuntime {
readonly evaluators: Evaluator[] = [];
readonly providers: Provider[] = [];
readonly plugins: Plugin[] = [];
readonly modelProvider: ModelProviderName;
readonly modelProvider: string;
readonly imageModelProvider: string;
readonly imageVisionModelProvider: string;
readonly fetch = fetch;
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b230c2

Please sign in to comment.