We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68db8ad + ee96e89 commit 99fdb88Copy full SHA for 99fdb88
api/v1alpha1/scorecards/evaluation.proto
@@ -173,6 +173,7 @@ message SampleAgentConversationsRequest {
173
int32 max_agent_evaluations = 6; // Required - maximum evaluations allowed per agent.
174
int32 sample_percentage = 7; // Optional - defaults to 100.
175
repeated string agent_user_ids = 8; // Optional - filter by agents.
176
+ int64 filter_sid = 9; // Optional - filter by saved transcript filter.
177
}
178
179
// SampleAgentConversationsResponse returns the sampled conversations.
0 commit comments