Function: logFeedback()
logFeedback(
client,params):Promise<string|undefined>
Log a HUMAN feedback assessment to a trace. Returns the created
assessment id on success, or undefined when the trace can’t be
found (even after retrying for export lag) or the request otherwise
fails - callers surface that as a soft “not recorded” rather than an
error, keeping the chat usable.
Parameters
Section titled “Parameters”client
Section titled “client”WorkspaceClient$1
params
Section titled “params”Returns
Section titled “Returns”Promise<string | undefined>