Graphsmith text.classify_sentiment.v1
id: text.classify_sentiment.v1
install
source · Clone the upstream repo
git clone https://github.com/jonaselgammal/Graphsmith
manifest:
examples/skills/text.classify_sentiment.v1/skill.yamlsource content
id: text.classify_sentiment.v1 name: Classify Sentiment version: 1.0.0 description: Classify the sentiment of text as positive, negative, or neutral using an LLM.
inputs:
- name: text type: string required: true
outputs:
- name: sentiment type: string
effects:
- llm_inference
dependencies:
- llm.generate
tags:
- text
- sentiment
- analysis