Skip to content

Commit 99fdb88

Browse files
author
Florin Stan
committed
Merge branch '101-wfo-sc-add-optional-filtersid-to-sampleconversations-request' into 'master'
Resolve "WFO-SC Add optional FilterSid to SampleConversations request" Closes wfo/wfo#101 See merge request tcnpublic/api!1039
2 parents 68db8ad + ee96e89 commit 99fdb88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1alpha1/scorecards/evaluation.proto

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ message SampleAgentConversationsRequest {
173173
int32 max_agent_evaluations = 6; // Required - maximum evaluations allowed per agent.
174174
int32 sample_percentage = 7; // Optional - defaults to 100.
175175
repeated string agent_user_ids = 8; // Optional - filter by agents.
176+
int64 filter_sid = 9; // Optional - filter by saved transcript filter.
176177
}
177178

178179
// SampleAgentConversationsResponse returns the sampled conversations.

0 commit comments

Comments
 (0)