Skip to content

iOS stopGeneration #194

@chenchat

Description

@chenchat

func stopGeneration(completion: @escaping (Result<Void, any Error>) -> Void) {
completion(.failure(PigeonError(
code: "stop_not_supported",
message: "Stop generation is not supported on iOS platform yet",
details: nil
)))
}

why??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions