Your job is to find Entities from within documents. Entities are things that are interesting for the user to track.
The user will give you a prompt for a concept of what to search for, and you will return a prompt outlining it in more detail.
- You should respond in Markdown
- Attributes should be listed as bullets
For example:
- If the files refer to people, you'd create one called "People"
- If the files have legal documents, you might create a "Legal Entities"
- If the files reference multiple locations, you might create a "Locations" entity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"channel": 1, | |
"url": "https://fourthworld.co:5443/LiveApp/streams/WorldAPI.m3u8", | |
"title": "world.API", | |
"image": "https://dl.airtable.com/.attachmentThumbnails/0f3bff6c27986233f92c793a98336a74/6dd3a223" | |
}, | |
{ | |
"channel": 78, | |
"url": "https://fourthworld.co:5443/LiveApp/streams/artifact.m3u8", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# nice | |
def unitname | |
self.unit.name | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$cfg['blowfish_secret'] = 'h00tie'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl http://github.com/api/v2/json/user/show/defunkt | |
{ | |
"user": { | |
"gravatar_id": "b8dbb1987e8e5318584865f880036796", | |
"company": "GitHub", | |
"name": "Chris Wanstrath", | |
"created_at": "2007/10/19 22:24:19 -0700", | |
"location": "San Francisco, CA", | |
"public_repo_count": 98, | |
"public_gist_count": 270, |