mlflow--mlflow
16 行
371 B
Python
16 行
371 B
Python
from mlflow.genai.simulators.distillation import generate_test_cases
|
|
from mlflow.genai.simulators.simulator import (
|
|
BaseSimulatedUserAgent,
|
|
ConversationSimulator,
|
|
SimulatedUserAgent,
|
|
SimulatorContext,
|
|
)
|
|
|
|
__all__ = [
|
|
"BaseSimulatedUserAgent",
|
|
"ConversationSimulator",
|
|
"SimulatedUserAgent",
|
|
"SimulatorContext",
|
|
"generate_test_cases",
|
|
]
|