autointent.server.mcp.predict#

autointent.server.mcp.predict(utterances)#

Classify text utterances using the trained AutoIntent pipeline.

Parameters:

utterances (list[str]) – List of text utterances to classify

Returns:

Predictions for each utterance

Return type:

PredictOutput