(no commit message)

This commit is contained in:
2026-04-19 20:52:08 -07:00
parent cd45f9e000
commit 63b86001a0
20 changed files with 134 additions and 2 deletions

23
extra.yaml Normal file
View File

@@ -0,0 +1,23 @@
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