(
request: GenerateContentParameters,
userPromptId: string,
)
| 27 | */ |
| 28 | export interface ContentGenerator { |
| 29 | generateContent( |
| 30 | request: GenerateContentParameters, |
| 31 | userPromptId: string, |
| 32 | ): Promise<GenerateContentResponse>; |
no outgoing calls
no test coverage detected