Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Jun 18, 2025

This pull request resolves #117

@seratch seratch requested a review from dkundel-openai June 18, 2025 04:35
@seratch seratch self-assigned this Jun 18, 2025
@seratch seratch added bug Something isn't working package:agents-core labels Jun 18, 2025
@changeset-bot
Copy link

changeset-bot bot commented Jun 18, 2025

🦋 Changeset detected

Latest commit: 3c4f0d6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@openai/agents-core Patch
@openai/agents-openai Patch
@openai/agents-realtime Patch
@openai/agents Patch
@openai/agents-extensions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@seratch seratch changed the title Fix #117 groupId, traceMetadata passed to Runner are not set Fix #117 workflowName, groupId, traceMetadata passed to Runner are not set Jun 18, 2025
@seratch seratch force-pushed the issue-117-trace-details branch from 78ebab5 to 16f4cb4 Compare June 18, 2025 04:38
* An optional dictionary of additional metadata to include with the trace.
*/
traceMetadata?: Record<string, any>;
traceMetadata?: Record<string, string>;
Copy link
Member Author

Choose a reason for hiding this comment

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

Confirmed the server side behavior and found that only string values are allowed here. Also, it does not support nested data.

@dkundel-openai dkundel-openai merged commit ce62f7c into main Jun 19, 2025
5 checks passed
@dkundel-openai dkundel-openai deleted the issue-117-trace-details branch June 19, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working package:agents-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

workflowName, groupId and traceId are not set

3 participants