(params: {
providerProfile: ProviderProfile;
cwd?: string | null;
title?: string | null;
ephemeral?: boolean | null;
metadata?: Record<string, unknown>;
})
| 435 | kind: string; |
| 436 | displayName: string; |
| 437 | startThread(params: { |
| 438 | providerProfile: ProviderProfile; |
| 439 | cwd?: string | null; |
| 440 | title?: string | null; |
no outgoing calls
no test coverage detected