Ask a question to get started
Enter to send•Shift+Enter new line
update_feedback_formula( self, feedback_formula_id: ID_TYPE, *, feedback_key: str, aggregation_type: Literal
feedback_formula_id
Union[UUID, str]
The ID of the feedback formula to update.
feedback_key
str
The feedback key for the formula.
aggregation_type
Literal['sum', 'avg']
formula_parts
Sequence[FeedbackFormulaWeightedVariable | dict]
Update a feedback formula.
The aggregation type to use when combining parts.
The weighted feedback keys included in the formula.