ComputeService.

set_ai_chat_history_feedback

set_ai_chat_history_feedback(workspace_id: str, user_feedback: str, chat_history_interaction_id: str, thread_id_suffix: str) -> None

Provide feedback for a specific chat history interaction.

Parameters

nametypedescription
workspace_idstrworkspace identifier
user_feedbackstrfeedback to provide ("POSITIVE", "NEGATIVE" or "NONE").
chat_history_interaction_idstrinteraction id to provide feedback for.
thread_id_suffixstrsuffix to identify a specific chat thread. Defaults to "".

Returns

No docs