Skip to content

Commit

Permalink
#35 small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schnelle committed Jan 9, 2024
1 parent 704798c commit 0279a90
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ class ProviderSelectionService : public ClientInput {
virtual ~ProviderSelectionService() {
}

virtual const std::shared_ptr<ClientResponse> processInput(const std::shared_ptr<SessionId>& sessionId, const std::shared_ptr<RequestId>& requestId, const std::shared_ptr<AudioData>& audioData, const std::shared_ptr<MultiModalInputs>& multiModalInputs, const std::shared_ptr<MetaData>& metaData) = 0;

protected:
std::shared_ptr<ProviderRegistry> providerRegistry;
};
Expand Down

0 comments on commit 0279a90

Please sign in to comment.