Skip to content

Commit bddbf31

Browse files
authored
Merge pull request #3 from tcncloud/add_skill_proficiency
be able to set proficiency
2 parents 1db63e8 + 63aef38 commit bddbf31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,8 @@ message ListAgentSkillsResponse {
961961
message AssignAgentSkillRequest {
962962
string partner_agent_id = 1;
963963
string skill_id = 2;
964+
// the proficiency level to assign to the skill
965+
int64 proficiency = 3;
964966
}
965967
message AssignAgentSkillResponse {}
966968
message UnassignAgentSkillRequest {

0 commit comments

Comments
 (0)