Skip to content

Commit

Permalink
fix: from_account_id type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouhaoJiang committed Jun 25, 2024
1 parent 0971768 commit 13a0104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/ops/entities/trace_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SuggestedQuestionTraceInfo(BaseTraceInfo):
total_tokens: int
status: Optional[str] = None
error: Optional[str] = None
from_account_id: str
from_account_id: Optional[str] = None
agent_based: bool
from_source: str
model_provider: str
Expand Down

0 comments on commit 13a0104

Please sign in to comment.