Add OpenAI-shaped response trace models - #181
Open
soon-dubu wants to merge 27 commits into
Open
Conversation
soon-dubu
force-pushed
the
spencer/openai-shaped-trace-models
branch
from
July 25, 2026 01:37
1aca248 to
51a6070
Compare
soon-dubu
marked this pull request as draft
July 25, 2026 01:38
soon-dubu
marked this pull request as ready for review
July 25, 2026 02:05
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 27, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 28, 2026
soon-dubu
commented
Jul 29, 2026
soon-dubu
commented
Jul 29, 2026
soon-dubu
commented
Jul 29, 2026
soon-dubu
commented
Jul 29, 2026
soon-dubu
commented
Jul 29, 2026
soon-dubu
commented
Jul 30, 2026
| description="Optional identifier used to correlate related traces.", | ||
| description=( | ||
| "Optional caller-supplied identifier used to correlate related traces. " | ||
| "This is distinct from per-run request identifiers." |
Contributor
Author
There was a problem hiding this comment.
Can remove the per-run request identifier portion here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Traceand genericSpan[TSpanData]response models without changing runtime tracingstarting_urlfor agent actions so it matches GUI-step URL semanticschat_inputand effectiveinput_variables, where explicit inputs override authored defaultsreasoning_modedescriptionfieldgroup_idas an optional caller-supplied cross-trace correlation identifier that is distinct from per-run request IDsnaradaSDK;narada-pyodideis intentionally unchangedScope
This is Stage 1 only: typed response models, local SDK public exports, serialization behavior, and tests. The supported sources are GUI Agent Studio workflow traces and local Python SDK responses.
This PR does not add
AgentResponse.trace, conversion adapters, trace collection, bundle validation, runtime producer changes, billing attribution, or Core/Productivity agent-action instrumentation.Existing
action_traceandworkflow_traceresponse behavior is unchanged.Testing
Codex sibling refs