Skip to content

Conversation

@ericpgreen2
Copy link
Contributor

For review. Not to merge to main.

@ericpgreen2 ericpgreen2 marked this pull request as ready for review December 17, 2025 21:51
DeveloperAgentContext developer_agent_context = 12;

// NEW: Optional feedback context. If provided, records feedback
// and returns immediately. Attribution prediction runs async.
Copy link
Contributor

Choose a reason for hiding this comment

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

What does it mean that it runs async? It doesn't support altering tool call results after creation, and doesn't support concurrent completions on one session, so might be safest to run it sync.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't support altering tool call results after creation, and doesn't support concurrent completions on one session

Ah, I see that now.

My UX concern was wanting to avoid blocking the user while attribution runs. Another thought I had was that perhaps we should use a "fast" model for the attribution prediction, but I didn't want to add tool-specific model selection as part of this PR. I can run this synchronously in the first pass, and we can consider optimizations as a follow-up.

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.

3 participants