{
	"status": 1,
	"action_id": 16,
	"action-data-version": 1,
	"temperature": 0.4,
	"top_p": 1,
	"presence_penalty": 0,
	"frequency_penalty": 0,
	"max_tokens": 100,
	"action_fields": {
		"body": {
			"content": "Create an wordpress post content by using the following heading. {{heading}}"
		}
	},
	"outputs": [
		{
			"field_type": "text",
			"id": "open_ai_generate_text_output",
			"integration": "open_ai",
			"label": "OpenAI Generated Text",
			"placeholder": "{{open_ai_generate_text_output}}"
		}
	],
	"test_trigger_data": {
		"data": {
			"heading": {
				"label": "Heading",
				"value": "Tell me about Wordpress Tablesome Plugin",
				"type": "text"
			}
		}
	}
}
