MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / testSessionStatus

Function testSessionStatus

packages/server-e2e/test/client.test.ts:706–718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704}
705
706function testSessionStatus(): SessionStatusResponse {
707 return {
708 status: 'idle',
709 model: 'kimi-code/kimi-for-coding',
710 thinking_level: 'off',
711 permission: 'manual',
712 plan_mode: false,
713 swarm_mode: false,
714 context_tokens: 0,
715 max_context_tokens: 100,
716 context_usage: 0,
717 };
718}
719
720function textFromMessages(messages: Array<{ content: Array<{ type: string; text?: string }> }>): string {
721 return messages

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected