import type { LiveSessionModelSelection } from "../../agents/live-model-switch.js"; import type { SkillSnapshot } from "../../agents/skills.js"; import type { SessionEntry } from "../../config/sessions.js"; import type { resolveCronSession } from "./session.js";
type MutableSessionStore = Record<string, SessionEntry>;
export type MutableCronSessionEntry = SessionEntry;
export type MutableCronSession = ReturnType<typeof resolveCronSession> & {
store: MutableSessionStore;
sessionEntry: MutableCronSessionEntry;
};
export type CronLiveSelection = LiveSessionModelSelection;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.