ChatSearchQuery CallableChatSearchQuery(Query): Promise<void>Sends the search query data to the server. The response will be handled by ChatSearchResponse once it is receivedParametersQuery: stringThe search term to look forReturns Promise<void>Nothing
Sends the search query data to the server. The response will be handled by ChatSearchResponse once it is received