diff options
author | Wuzzy <almikes@aol.com> | 2016-12-13 02:13:36 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-13 02:13:36 +0100 |
commit | 4ae274b9e282cbd3de4b6d8779a2245cb12a1f0e (patch) | |
tree | 7e99125637621e0ec55eed8ca3392e2ef15c1789 /API.md | |
parent | 6c61a0c9675787d98e59c70a4235c72ea23341bb (diff) |
Add support to specify tool uses
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ easy and quick manipulation of the item help entries. All fields are optional. * `_doc_items_create_entry`: Whether to create an entry for this item (default: `true`) * `_doc_items_entry_name`: The title of the entry. By default, this is the same as the `description` field of the item. This field is required if the `description` is empty +* `_doc_items_uses_fixed`: Exact number of uses for a tool before it breaks, use this is the use count is fixed. If it varies or is unlimited, please don't use this field A full explanation of these fields is provided below. |