Skip to content

Conversation

@Qard
Copy link

@Qard Qard commented Feb 10, 2026

Only possibly controversial thing in here is exposing the btql API publicly when it only supports AST/object mode--there's no builder yet.

@Qard Qard requested review from clutchski and delner February 10, 2026 18:59
@Qard Qard self-assigned this Feb 10, 2026
@Qard Qard added the enhancement New feature or request label Feb 10, 2026
@Qard Qard force-pushed the trace-in-scorer branch 2 times, most recently from cdeb026 to dd33e0e Compare February 10, 2026 19:12
# Reconstruct message thread from LLM spans.
# Deduplicates input messages by content hash, always includes output messages.
# @return [Array<Hash>] Array of message hashes
def get_thread

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to do it like this anymore. The way these are generated in the main SDK and in the data plane is by calling invoke on a preprocessor:

I don't know if we have support for these invoke calls in this or other non-main repo SDKs so we might want to skip this method for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants