chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { PluginInput } from "@opencode-ai/plugin";
|
||||
type AgentModel = {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
};
|
||||
type ResolvedAgentMetadata = {
|
||||
agentModel?: AgentModel;
|
||||
agentVariant?: string;
|
||||
};
|
||||
export declare function resolveMultimodalLookerAgentMetadata(ctx: PluginInput): Promise<ResolvedAgentMetadata>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user