-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fcb85b
commit 6b50ad7
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
docs/espocrm-extensions/espocrm-ai/features/field-text-generation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Field Text Generation | ||
|
||
By using this feature you can generate text for a field based on the context you provide. | ||
|
||
## Enable Field Text Generation | ||
|
||
1. Navigate to Administration -> Entity Manager -> {Scope} -> fields -> {field}. | ||
2. Check **Enable AI text generation** option. | ||
|
||
 | ||
|
||
3. Save. | ||
|
||
## Generate Text | ||
|
||
1. Navigate to the record view of the entity. | ||
2. Click on field edit icon. | ||
3. Click on **Generate** icon button. | ||
|
||
 | ||
|
||
4. Enter prompt text or select predefined prompt and click send. | ||
|
||
 | ||
|
||
5. Click Insert to insert generated text into field. | ||
|
||
!!! important | ||
|
||
If output is not as expected, you can click on **Send** button to regenerate the output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters