(params: {
providerProfile: ProviderProfile;
threadId: string;
onTurnStarted?: ((meta: Record<string, unknown>) => Promise<void> | void) | null;
})
| 462 | threadId: string; |
| 463 | }): Promise<boolean>; |
| 464 | compactThread?(params: { |
| 465 | providerProfile: ProviderProfile; |
| 466 | threadId: string; |
| 467 | onTurnStarted?: ((meta: Record<string, unknown>) => Promise<void> | void) | null; |
no outgoing calls
no test coverage detected