feat: always add user id to openai requests (#1969)

This commit is contained in:
cthomas
2025-04-30 23:23:01 -07:00
committed by GitHub
parent 77ac08975f
commit 9280d85ba4
9 changed files with 36 additions and 9 deletions

View File

@@ -334,6 +334,7 @@ class Agent(BaseAgent):
provider_name=self.agent_state.llm_config.provider_name,
provider_type=self.agent_state.llm_config.model_endpoint_type,
put_inner_thoughts_first=put_inner_thoughts_first,
actor_id=self.user.id,
)
if llm_client and not stream: