-
-
- {{ tool.title }}
-
-
- {{ tool.description }}
-
-
-
- {{ tool.http_method }}
-
-
- {{ tool.endpoint_url }}
-
-
-
+ :title="tool.title"
+ :description="tool.description"
+ :endpoint-url="tool.endpoint_url"
+ :http-method="tool.http_method"
+ :auth-type="tool.auth_type"
+ :param-schema="tool.param_schema"
+ :enabled="tool.enabled"
+ :created-at="tool.created_at"
+ :updated-at="tool.updated_at"
+ @action="handleAction"
+ />