Skip to content

Running agent against users

Once you have entered a fine-tuning session and have access to the synthetic users, we will initialize a sandbox environment, available in the Finetune Console, that tracks your agents' logs after running against each synthetic user, covering all their questions. This is the start of the fine-tuning process for your agent 🤌🏻

Minimal Integration

Easily import all your questions as a zip file, include it in your notebook, and reference the questions like the following prior to running your agent:

session_questions = agent.load(synthetic-users.csv)