Skip to content

Commit

Permalink
add text generation feature
Browse files Browse the repository at this point in the history
  • Loading branch information
traien authored and eymen-elkum committed Jun 30, 2024
1 parent 0fcb85b commit 6b50ad7
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
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.
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.

![img.png](../../../_static/images/espocrm-extensions/ai/features/img_11.png)

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.

![img_12.png](../../../_static/images/espocrm-extensions/ai/features/img_12.png)

4. Enter prompt text or select predefined prompt and click send.

![img_13.png](../../../_static/images/espocrm-extensions/ai/features/img_13.png)

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.
1 change: 1 addition & 0 deletions docs/espocrm-extensions/espocrm-ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Enhances communication, lead management, and workflow automation.
- [AI Prompts Management](features/ai-prompts.md)
- [AI Email Generated](features/email-reply.md)
- [AI Stream Comment Generation](features/stream-comment.md)
- [AI Field Text Generation](features/field-text-generation.md)
- [AI Formula Functions](features/formula.md)
- [AI Sandbox](features/sandbox.md)

Expand Down

0 comments on commit 6b50ad7

Please sign in to comment.