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
6 changes: 4 additions & 2 deletions docs/espocrm-extensions/espocrm-ai/features/admin-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The response cache reuses identical AI responses for selected features.
![AI Settings Response Cache Tab](../../../_static/images/espocrm-extensions/ai/features/admin-settings-response-cache-tab.png)
### Settings

- **Response Cache**
- **Response Cache**
- **Cache TTL** in days

### What Is Cached
Expand Down Expand Up @@ -163,7 +163,9 @@ This tab lets you assign default profiles per feature.
| **AI Email Composer Default Profile** | Draft, reply, polish, grammar, tone |
| **AI Field Action Default Profile** | Text field and stream comment AI actions |
| **AI Smart Paste Default Profile** | Smart Paste |
| **AI Vision Default Profile** | Image analysis and image generation |
| **AI Vision Default Profile** | Image analysis |
| **AI Image Generation Default Profile** | AI image generation |
| **AI Speech Generation Default Profile** | Speech generation |
| **AI Admin Assistant Default Profile** | Admin Assistant |
| **AI Email Translate Default Profile** | Email translation |

Expand Down
4 changes: 2 additions & 2 deletions docs/espocrm-extensions/espocrm-ai/features/email-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ Use the refresh icon in the panel header when:

## Related Features

- [AI Email Composer](email-compose.md)
- [Email Reply](email-reply.md)
- [AI Email Composer](email-composer.md)
- [Email Translation](email-translation.md)
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ When the email is not HTML, Ebla AI adds a small button row above the textarea w

## Related Features

- [Email Reply](email-reply.md)
- [Email Analysis Panel](email-analysis.md)
- [Email Translation](email-translation.md)
- [AI Profiles](ai-profiles.md)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Users need:
Administrators also need:

- **Enable Email Translate** turned on in **AI Settings -> Translate**
- A configured **AI Email Translate Default Prompt**
- A configured **AI Email Translate Default Prompt** (recommended for consistent output)

## Translating an Email

Expand Down Expand Up @@ -63,4 +63,4 @@ If no translation profile is assigned, the feature falls back to the normal defa

- [AI Prompts](ai-prompts.md)
- [AI Profiles](ai-profiles.md)
- [Email Reply](email-reply.md)
- [AI Email Composer](email-composer.md)
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Users need:
- A configured default AI provider
- A provider or profile that supports image generation

Recommended admin setting:

- **AI Settings -> AI Features -> Image Generation**
for a dedicated image-capable profile.

## Enabling It on a Field

Image generation is opt-in per field.
Expand Down
7 changes: 6 additions & 1 deletion docs/espocrm-extensions/espocrm-ai/features/smart-paste.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ Users need:
- A configured default AI provider
- Create access for new-record Smart Paste

Administrators also need to configure visibility in **Administration -> AI Settings -> General -> Smart Paste Scopes**.
Administrators configure visibility in **Administration -> AI Settings -> General -> Smart Paste Scopes**.

Current scope behavior:

- Empty `Smart Paste Scopes` is treated as enabled for all customizable entities in main list and new-record flows.
- Relationship-panel behavior may differ if no scopes are explicitly selected.

## Where Smart Paste Appears

Expand Down
2 changes: 1 addition & 1 deletion docs/espocrm-extensions/espocrm-ai/features/token-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Per-request details are stored in `AiLog`.

1. Navigate to **{{siteUrl}}/#AiTokenUsage**.
2. Review usage by user and date.
3. Open **AI Token Usage** when you need call-level detail.
3. Open **AI Log** when you need call-level detail.

## Token Limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ See [Formula](formula.md) for usage examples.

The extension includes provider-specific speech generation support for selected providers such as OpenAI and Gemini.

Recommended admin setting:

- **AI Settings -> AI Features -> Speech Generation**
to bind speech generation to a compatible profile.

Actual voice names and audio formats depend on the provider behind the resolved profile.

## Related Features
Expand Down
Loading