-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to only display the agent name in the timeline.
Currently, it is displaying the Activity Type + Summary:

Maybe by updating the runner here:
https://github.com/temporalio/sdk-python/blob/main/temporalio/contrib/openai_agents/_openai_runner.py#L87-L90
updated_run_config = replace(
run_config,
model=_TemporalModelStub(
model_name=model_name,
model_params=self.model_params,
agent_name=starting_agent.name,
),
)
And then add the agent_name in the the class of _TemporalModelStub.
https://github.com/temporalio/sdk-python/blob/main/temporalio/contrib/openai_agents/_temporal_model_stub.py#L137-L150
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request