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