Revert "Add ability to use observer in the prompt section (#3194)" (#1407)

This commit is contained in:
Shuchang Zheng
2024-12-17 07:10:54 -08:00
committed by GitHub
parent b70559392c
commit 56ff9d11d6
4 changed files with 5 additions and 141 deletions

View File

@@ -233,15 +233,3 @@ export type ActionsApiResponse = {
intention: string | null;
response: string | null;
};
export type ObserverCruise = {
observer_cruise_id: string;
status: Status;
workflow_run_id: string | null;
workflow_id: string | null;
workflow_permanent_id: string | null;
prompt: string | null;
url: string | null;
created_at: string;
modified_at: string;
};