use action.text for input actions in workflow timeline, instead of action.response (#3709)
This commit is contained in:
@@ -394,6 +394,7 @@ export type ActionsApiResponse = {
|
||||
intention: string | null;
|
||||
response: string | null;
|
||||
created_by: string | null;
|
||||
text: string | null;
|
||||
};
|
||||
|
||||
export type TaskV2 = {
|
||||
|
||||
Reference in New Issue
Block a user