Skip to content

Instantly share code, notes, and snippets.

@CodeWithOz
Last active September 2, 2025 13:18
Show Gist options
  • Select an option

  • Save CodeWithOz/0f455f11b593b2db32d575f6127635bc to your computer and use it in GitHub Desktop.

Select an option

Save CodeWithOz/0f455f11b593b2db32d575f6127635bc to your computer and use it in GitHub Desktop.
Logs from running the demo enrichment agent.
...
Agent response:
{
"transcript_text": "Hollywood director Kristoffer Nolen has announced his next big project, rumored to be another complex sci-fi thriller. Fans of Nolen\u2019s earlier work are eager to see if this film will rival the success of \u2018Inceptshun\u2019 or \u2018Dunkrik.\u2019",
"extracted_entities": {
"named_entities": [
{
"entity_name": "Kristoffer Nolen",
"entity_context": "Hollywood director known for sci-fi thrillers"
},
{
"entity_name": "Inceptshun",
"entity_context": "previous film by Kristoffer Nolen"
},
{
"entity_name": "Dunkrik",
"entity_context": "another film by Kristoffer Nolen"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment