do not show metadata thought yet (#1445)
This commit is contained in:
@@ -887,7 +887,14 @@ async def get_observer_thought_timelines(
|
|||||||
observer_cruise_id: str,
|
observer_cruise_id: str,
|
||||||
organization_id: str | None = None,
|
organization_id: str | None = None,
|
||||||
) -> list[WorkflowRunTimeline]:
|
) -> list[WorkflowRunTimeline]:
|
||||||
observer_thoughts = await app.DATABASE.get_observer_thoughts(observer_cruise_id, organization_id=organization_id)
|
observer_thoughts = await app.DATABASE.get_observer_thoughts(
|
||||||
|
observer_cruise_id,
|
||||||
|
organization_id=organization_id,
|
||||||
|
observer_thought_types=[
|
||||||
|
ObserverThoughtType.plan,
|
||||||
|
ObserverThoughtType.user_goal_check,
|
||||||
|
],
|
||||||
|
)
|
||||||
return [
|
return [
|
||||||
WorkflowRunTimeline(
|
WorkflowRunTimeline(
|
||||||
type=WorkflowRunTimelineType.thought,
|
type=WorkflowRunTimelineType.thought,
|
||||||
|
|||||||
Reference in New Issue
Block a user