Skip to content

ai-agent: filter the conversation list by conversation id and by title - #169

Merged
wu-sheng merged 1 commit into
masterfrom
ai-agent-list-filters
Sep 6, 2026
Merged

ai-agent: filter the conversation list by conversation id and by title#169
wu-sheng merged 1 commit into
masterfrom
ai-agent-list-filters

Conversation

@wu-sheng

@wu-sheng wu-sheng commented Sep 6, 2026

Copy link
Copy Markdown
Member

Follow-up to #166. Two optional fields on ConversationListCondition, consumed by apache/skywalking#14057:

  • conversation: ID narrows the read to one conversation. It is a storage lookup, so the round budget (limit) is spent on that conversation alone.
  • title: String keeps only the rows whose title contains the text, case-insensitively. The title is the newest round's, so the match runs after folding and cannot widen the rounds read.

Input-only change; no type or query changes.

Two optional fields on `ConversationListCondition`:

- `conversation: ID` narrows the read to one conversation. It is a storage
  lookup, so the round budget (`limit`) is spent on that conversation alone.
- `title: String` keeps only the rows whose title contains the text,
  case-insensitively. The title is the newest round's, so the match runs after
  folding and cannot widen the rounds read.
@wu-sheng
wu-sheng merged commit 1d937ea into master Sep 6, 2026
@wu-sheng
wu-sheng deleted the ai-agent-list-filters branch September 6, 2026 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant