pull main
This commit is contained in:
commit
33566e012f
|
|
@ -494,21 +494,11 @@ export default function FormConvertSPIT() {
|
||||||
|
|
||||||
const handleRewriteClick = async () => {
|
const handleRewriteClick = async () => {
|
||||||
const request = {
|
const request = {
|
||||||
advConfig: selectedAdvConfig,
|
|
||||||
style: "friendly",
|
style: "friendly",
|
||||||
website: "None",
|
|
||||||
connectToWeb: true,
|
|
||||||
lang: "id",
|
lang: "id",
|
||||||
pointOfView: "None",
|
|
||||||
title: detail?.contentTitle,
|
|
||||||
imageSource: "Web",
|
|
||||||
mainKeyword: detail?.contentTitle,
|
|
||||||
additionalKeywords: detail?.contentTitle,
|
|
||||||
targetCountry: null,
|
|
||||||
articleSize: "news",
|
|
||||||
contextType: "text",
|
contextType: "text",
|
||||||
|
urlContext: null,
|
||||||
context: detail?.contentDescription,
|
context: detail?.contentDescription,
|
||||||
projectId: 2,
|
|
||||||
createdBy: roleId,
|
createdBy: roleId,
|
||||||
sentiment: "Humorous",
|
sentiment: "Humorous",
|
||||||
clientId: "7QTW8cMojyayt6qnhqTOeJaBI70W4EaQ",
|
clientId: "7QTW8cMojyayt6qnhqTOeJaBI70W4EaQ",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue