File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ class CommonAttributes(BaseModel):
562562 update_at (Optional[datetime]): The time at which the tool was updated.
563563 enabled (Optional[bool]): If the tool is enabled.
564564 reachable (Optional[bool]): If the tool is currently reachable.
565- tags (Optional[list[str]]): A list of meta data tags describing the tool.
565+ tags (Optional[list[Dict[ str,str] ]]): A list of meta data tags describing the tool.
566566 created_by (Optional[str]): The person that created the tool.
567567 created_from_ip (Optional[str]): The client IP that created the tool.
568568 created_via (Optional[str]): How the tool was created (e.g., ui).
@@ -587,7 +587,7 @@ class CommonAttributes(BaseModel):
587587 enabled : Optional [bool ] = None
588588 reachable : Optional [bool ] = None
589589 auth_type : Optional [str ] = None
590- tags : Optional [list [str ]] = None
590+ tags : Optional [list [Dict [ str , str ] ]] = None
591591 # Comprehensive metadata for audit tracking
592592 created_by : Optional [str ] = None
593593 created_from_ip : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments