clear_ method

Future<RAGServiceState> clear_(
  1. ClientContext? ctx,
  2. RAGServiceState request
)

Clear the current logical index and return the post-clear state.

Implementation

$async.Future<RAGServiceState> clear_(
        $pb.ClientContext? ctx, RAGServiceState request) =>
    _client.invoke<RAGServiceState>(
        ctx, 'RAG', 'Clear', request, RAGServiceState());