feedback
weave.trace.feedback Python SDK 레퍼런스
class
서버에서 피드백을 가져오는 lazy 로딩 객체입니다.방법
방법
방법
방법
class
유틸리티를 제공하는 Feedback 객체 컬렉션입니다.방법
방법
class
특정 ref에 연결된 피드백과 상호작용하는 객체입니다.방법
방법
방법
방법
방법
방법
방법
방법
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
weave.trace.feedback Python SDK 레퍼런스
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
Feedbacks__init____init__(
show_refs: 'bool',
feedbacks: 'Iterable[Feedback] | None' = None
) → None
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