Actions
Extract information
Extract information from text.
Input
Property | Type | Required | Description |
---|---|---|---|
text | LONG_TEXT | Yes | The text from which the information needs to be extracted. |
titles | SHORT_TEXT | Yes | Titles for the information to be extracted, separated by commas. For example, “Name, Interest in position, Job experience”.“ |
descriptions | SHORT_TEXT | Yes | Descriptions for the information to be extracted, separated by commas. For example, “The name of the person on the page, The person’s interest in the position from 1 (least) to 5 (most), The person’s last companies in bullet point list”. |
enums | SHORT_TEXT | Yes | Enums for the information to be extracted, separated by commas. For example, “1, 2, 3, 4, 5, 6, 7, 8, 9, 10”. |
temperature | NUMBER | No | The temperature of the model. Higher values mean the model will take more risks. Try 0.9 for more creative applications, and 0 (default) for ones with a well-defined answer. |
model | SHORT_TEXT | No | The model to use for the request. Defaults to gpt-3.5-turbo-16k. |