Initialize the SGP client
Follow the instructions in the Quickstart Guide to setup the SGP Client. After installing the client, you can import and initialize the client as follows:Upload Multiturn Dataset
To evaluate your multiturn application, you will need an evaluation dataset with test cases. Each test case should include a list of messages as the conversation input.You can add optional additional data such as a ground truth conversation, a list of turns to be evaluated and custom inputs/ground truths
DatasetBuilder
Application Setup
Evaluations are tied to an external application variant. You will first need to initialize an external application before you can evaluate your muliturn application. To create the variant, navigate to the “Applications” page on the SGP dashboard, click Create a new Application, and select External AI as the application template.
application_variant_id in the top right:

Generate responses
You will need to create a function to run inference for your app. You can upload intermediate turns as traces
generate_outputs function will run you application on the dataset and upload responses to SGP.
You can verify these outputs by viewing the variant and clicking on the dataset:


Create evaluation
Once you have your data uploaded, we are ready to start an evaluation. You will need an evaluation config. Visit the recipe for code snippets on how to do this. To present annotators with the full conversation, you can create a custom annotation configuration. SGP has a pre-configured view for multiturn that can be pointed to pull the conversation from anywhere in your output.
Annotate Tasks
Once you have created your evaluation, you will find a new task queue in the annotation tab.
Additional input, output and trace information can be found by toggling developer mode in the top right


