iai comments create
Synopsis
iai comments create [flags]Examples
iai comments create --object-type TRACE --object-id trace-abc123 --content "Investigated this run"
iai comments create --object-type OBSERVATION --object-id obs-456 --content "Looks correct" --author-user-id user-42
iai comments create --object-type PROMPT --object-id prompt-789 --content "Needs review" --jsonOptions
--author-user-id string Author user ID
--content string Comment content (required)
-h, --help help for create
--json Output raw API response as JSON
--object-id string Object ID (required)
--object-type string Object type: TRACE, OBSERVATION, SESSION, or PROMPT (required)
-o, --organization string Organization name that owns the project
-p, --project string Project name
--yaml Output raw API response as YAMLOptions inherited from parent commands
SEE ALSO
Last updated
Was this helpful?

