Files
nested_repo_3/extra.yaml
2026-04-19 20:52:08 -07:00

24 lines
530 B
YAML

model: openai/gpt-4o-mini
instructions: Analyze the sentiment of a product review
inputs:
- name: title
type: string
description: The title of the review
- name: review_text
type: string
description: The full review text
- name: rating
type: int
description: The numeric rating given
outputs:
- name: sentiment
type: string
options:
- positive
- negative
- neutral
- name: explanation
type: string
description: Brief explanation of the sentiment classification