fix(runner): resolve TypeScript compilation errors
This commit is contained in:
3
vibn-agent-runner/dist/tools/context.d.ts
vendored
3
vibn-agent-runner/dist/tools/context.d.ts
vendored
@@ -14,6 +14,9 @@ export interface ToolContext {
|
||||
apiUrl: string;
|
||||
apiToken: string;
|
||||
};
|
||||
mcpToken: string;
|
||||
vibnApiUrl: string;
|
||||
projectId?: string;
|
||||
/** Accumulated memory updates from save_memory tool calls in this turn */
|
||||
memoryUpdates: MemoryUpdate[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user