MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / readThread

Method readThread

src/types/provider.ts:444–444  ·  view source on GitHub ↗
(params: {
    providerProfile: ProviderProfile;
    threadId: string;
    includeTurns?: boolean;
  })

Source from the content-addressed store, hash-verified

442 metadata?: Record<string, unknown>;
443 }): Promise<ProviderThreadStartResult>;
444 readThread(params: {
445 providerProfile: ProviderProfile;
446 threadId: string;
447 includeTurns?: boolean;

Callers 8

readThreadMethod · 0.65
plugin.test.tsFile · 0.65
app_client.test.tsFile · 0.65
reconcileActiveTurnMethod · 0.65
readThreadForSessionMethod · 0.65
readProviderThreadMethod · 0.65

Implementers 2

FakeProviderPlugintest/core/bridge_session_service.test.
CodexProviderPluginsrc/providers/codex/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected