Skip to content

Commit c5ade67

Browse files
Add parameters for all_ranks, references, and fallback_lang
1 parent 085cf0c commit c5ade67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
| `lang` | string | No | Language code for labels (default: `en`) |
3737
| `format` | string | No | The format of the response, either 'json', 'text', or 'triplet' (default: `json`) |
3838
| `external_ids` | bool | No | Whether to include external IDs in the output (default: `true`) |
39+
| `all_ranks` | bool | No | If false, returns ranked preferred statements, falling back to normal when unavailable (default: `false`) |
40+
| `references` | bool | No | Whether to include references (default: `false`) |
41+
| `fallback_lang` | string | No | Fallback language code if the preferred language is not available (default: `en`) |
3942

4043
---
4144

0 commit comments

Comments
 (0)