fix: allow custom skill config bag
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ export type SkillConfig = {
|
||||
enabled?: boolean;
|
||||
apiKey?: string;
|
||||
env?: Record<string, string>;
|
||||
[key: string]: unknown;
|
||||
config?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export type SkillsLoadConfig = {
|
||||
|
||||
Reference in New Issue
Block a user