Skip to content

FeedbackSubmitOptions

Options for submitting a new feedback entry

Extends

Properties

Property Type Description
agentId? string Identifier of the agent that generated the response being reviewed
agentVersion? string Version of the agent at the time the feedback was given (max 100 characters)
categories? FeedbackCategoryInput[] Categories to associate with this feedback entry
comment? string Optional text comment provided by the user (max 4000 characters)
folderKey string Folder key for authorization
metadata? string Optional metadata string associated with the feedback (max 4000 characters)
spanId? string Span identifier representing a specific operation within the trace
spanType? string Span type (e.g., 'agentRun', 'llm', 'tool', 'retriever') (max 100 characters)