MCPcopy
hub / github.com/janhq/jan / SessionInfo

Interface SessionInfo

core/src/browser/extensions/engines/AIEngine.ts:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182export type listResult = modelInfo[]
183
184export interface SessionInfo {
185 pid: number // opaque handle for unload/chat
186 port: number // llama-server output port (corrected from portid)
187 model_id: string //name of the model
188 is_embedding: boolean
189 api_key: string
190}
191
192export interface UnloadResult {
193 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected