MCPcopy Create free account
hub / github.com/MarsWang42/Awel / ChatSession

Interface ChatSession

packages/cli/src/session.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import type { ModelMessage, UserContent } from 'ai';
15
16interface ChatSession {
17 modelId: string;
18 modelProvider: string;
19 provider: StreamProvider;
20 messages: ModelMessage[];
21}
22
23interface PersistedSession {
24 modelId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected