Genkit JS API reference
    Preparing search index...

    Type Alias MockRespondFn

    MockRespondFn: (
        request: GenerateRequest,
        context: MockContext,
    ) => MockResponse | Promise<MockResponse>

    A respond callback: given the request, returns the response to emit.

    Type Declaration