Skip to content

Commit d3ee5d7

Browse files
jameszyaoSimsonW
authored andcommitted
feat: update action add name and description
1 parent 8ab7703 commit d3ee5d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

taskingai/client/models/entity/tool/action.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class ActionAuthentication(TaskingaiBaseModel):
2727
class Action(TaskingaiBaseModel):
2828
object: str
2929
action_id: str
30+
name: str
31+
description: str
3032
schema: Dict[str, Any]
3133
authentication: ActionAuthentication
3234
created_timestamp: int

0 commit comments

Comments
 (0)