Python SDK reference for weave.trace.feedback
Feedbacks__init____init__(
show_refs: 'bool',
feedbacks: 'Iterable[Feedback] | None' = None
) → None
refsrefs() → Refs
FeedbackQuery__init____init__(
entity: 'str',
project: 'str',
query: 'Query',
offset: 'int | None' = None,
limit: 'int | None' = None,
show_refs: 'bool' = False
)
executeexecute() → Feedbacks
refreshrefresh() → Feedbacks
refsrefs() → Refs
RefFeedbackQuery__init____init__(ref: 'str') → None
addadd(
feedback_type: 'str',
payload: 'dict[str, Any] | None' = None,
creator: 'str | None' = None,
annotation_ref: 'str | None' = None,
**kwargs: 'dict[str, Any]'
) → str
add_noteadd_note(note: 'str', creator: 'str | None' = None) → str
add_reactionadd_reaction(emoji: 'str', creator: 'str | None' = None) → str
executeexecute() → Feedbacks
purgepurge(feedback_id: 'str') → None
refreshrefresh() → Feedbacks
refsrefs() → Refs
Was this page helpful?