Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "generate_alt_text",
"name": "Generate alternative text",
"inputIdentifier": "image",
"outputIdentifier": "text",
"options": {
"width": 512,
"height": 512,
"image_quality": 85
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<ActionType media-type="application/vnd.ibexa.api.ai.ActionType+xml">
<identifier>generate_alt_text</identifier>
<name>Generate alternative text</name>
<inputIdentifier>image</inputIdentifier>
<outputIdentifier>text</outputIdentifier>
<options>
<width>512</width>
<height>512</height>
<image_quality>85</image_quality>
</options>
</ActionType>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"ActionTypeList": {
"_media-type": "application/vnd.ibexa.api.ai.ActionTypeList+json",
"_href": "/api/ibexa/v2/ai/action-types",
"ActionType": [
{
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "transcribe_audio",
"name": "Transcribe audio",
"inputIdentifier": "audio",
"outputIdentifier": "text",
"options": {}
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "generate_alt_text",
"name": "Generate alternative text",
"inputIdentifier": "image",
"outputIdentifier": "text",
"options": {
"width": 512,
"height": 512,
"image_quality": 85
}
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<ActionTypeList media-type="application/vnd.ibexa.api.ai.ActionTypeList+xml" href="/api/ibexa/v2/ai/action-types">
<ActionType media-type="application/vnd.ibexa.api.ai.ActionType+xml">
<identifier>transcribe_audio</identifier>
<name>Transcribe audio</name>
<inputIdentifier>audio</inputIdentifier>
<outputIdentifier>text</outputIdentifier>
<options/>
</ActionType>
<ActionType media-type="application/vnd.ibexa.api.ai.ActionType+xml">
<identifier>generate_alt_text</identifier>
<name>Generate alternative text</name>
<inputIdentifier>image</inputIdentifier>
<outputIdentifier>text</outputIdentifier>
<options>
<width>512</width>
<height>512</height>
<image_quality>85</image_quality>
</options>
</ActionType>
<ActionType media-type="application/vnd.ibexa.api.ai.ActionType+xml">
<identifier>refine_text</identifier>
<name>Refine text</name>
<inputIdentifier>text</inputIdentifier>
<outputIdentifier>text</outputIdentifier>
<options/>
</ActionType>
</ActionTypeList>
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"ActionConfiguration": {
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "gen_alt_text",
"name": "Generate alternative text",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "generate_alt_text",
"name": "Generate alternative text",
"inputIdentifier": "image",
"outputIdentifier": "text",
"options": {
"width": 512,
"height": 512,
"image_quality": 85
}
},
"actionTypeOptions": {
"max_length": 140
},
"actionHandlerIdentifier": "openai-image-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<ActionConfiguration media-type="application/vnd.ibexa.api.ai.ActionConfiguration+xml">
<identifier>gen_alt_text</identifier>
<name>Generate alternative text</name>
<description></description>
<enabled>1</enabled>
<ActionType media-type="application/vnd.ibexa.api.ai.ActionType+xml">
<identifier>generate_alt_text</identifier>
<name>Generate alternative text</name>
<inputIdentifier>image</inputIdentifier>
<outputIdentifier>text</outputIdentifier>
<options>
<width>512</width>
<height>512</height>
<image_quality>85</image_quality>
</options>
</ActionType>
<actionTypeOptions>
<max_length>140</max_length>
</actionTypeOptions>
<actionHandlerIdentifier>openai-image-to-text</actionHandlerIdentifier>
<actionHandlerOptions>
<max_tokens>4000</max_tokens>
<temperature>1</temperature>
<prompt></prompt>
<model>gpt-4-turbo</model>
</actionHandlerOptions>
<createdAt>2025-02-06T13:20:24+00:00</createdAt>
<updatedAt>2025-02-06T13:20:24+00:00</updatedAt>
</ActionConfiguration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
{
"ActionConfigurationList": {
"_media-type": "application/vnd.ibexa.api.ai.ActionConfigurationList+json",
"_href": "/api/ibexa/v2/ai/actions",
"ActionConfiguration": [
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "gen_alt_text",
"name": "Generate alternative text",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "generate_alt_text",
"name": "Generate alternative text",
"inputIdentifier": "image",
"outputIdentifier": "text",
"options": {
"width": 512,
"height": 512,
"image_quality": 85
}
},
"actionTypeOptions": {
"max_length": 140
},
"actionHandlerIdentifier": "openai-image-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "improve_readability",
"name": "Improve readability",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Rewrite this content to improve readability. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "proofread",
"name": "Proofread",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Rewrite given text to identify and fix grammatical and punctuation errors. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "shorten_text",
"name": "Shorten text",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Shorten the given text by 25%. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "expand_text",
"name": "Expand text",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Expand the given text by 25%. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "summarize_text",
"name": "Summarize",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Summarize text into one sentence. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "rewrite_with_professional_tone",
"name": "Rewrite in professional tone",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Rewrite text in professional tone. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
},
{
"_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
"identifier": "rewrite_with_friendly_tone",
"name": "Rewrite in friendly tone",
"description": "",
"enabled": true,
"ActionType": {
"_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
"identifier": "refine_text",
"name": "Refine text",
"inputIdentifier": "text",
"outputIdentifier": "text",
"options": {}
},
"actionTypeOptions": {},
"actionHandlerIdentifier": "openai-text-to-text",
"actionHandlerOptions": {
"max_tokens": 4000,
"temperature": 1,
"prompt": "Rewrite text in friendly tone. Preserve meaning and crucial information.",
"model": "gpt-4-turbo"
},
"createdAt": "2025-02-06T13:20:24+00:00",
"updatedAt": "2025-02-06T13:20:24+00:00"
}
]
}
}
Loading