processor
mlflow_assistant.engine.processor
¶
Query processor that leverages the workflow engine for processing user queries and generating responses using an AI provider.
process_query(query, provider_config, verbose=False)
async
¶
Process a query through the MLflow Assistant workflow.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
query
|
str
|
The query to process |
required |
provider_config
|
dict[str, Any]
|
AI provider configuration |
required |
verbose
|
bool
|
Whether to show verbose output |
False
|
Returns:
Type | Description |
---|---|
dict[str, Any]
|
Dict containing the response |