mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 13:50:20 +00:00
Added support for Document Analysis Assistant in components and events
This commit is contained in:
parent
2f92ced700
commit
76384e6eab
@ -42,6 +42,7 @@ public static class ComponentsExtensions
|
|||||||
Components.JOB_POSTING_ASSISTANT => TB("Job Posting Assistant"),
|
Components.JOB_POSTING_ASSISTANT => TB("Job Posting Assistant"),
|
||||||
Components.ERI_ASSISTANT => TB("ERI Server"),
|
Components.ERI_ASSISTANT => TB("ERI Server"),
|
||||||
Components.I18N_ASSISTANT => TB("Localization Assistant"),
|
Components.I18N_ASSISTANT => TB("Localization Assistant"),
|
||||||
|
Components.DOCUMENT_ANALYSIS_ASSISTANT => TB("Document Analysis Assistant"),
|
||||||
|
|
||||||
Components.CHAT => TB("New Chat"),
|
Components.CHAT => TB("New Chat"),
|
||||||
|
|
||||||
@ -62,6 +63,7 @@ public static class ComponentsExtensions
|
|||||||
Components.SYNONYMS_ASSISTANT => new(Event.SEND_TO_SYNONYMS_ASSISTANT, Routes.ASSISTANT_SYNONYMS),
|
Components.SYNONYMS_ASSISTANT => new(Event.SEND_TO_SYNONYMS_ASSISTANT, Routes.ASSISTANT_SYNONYMS),
|
||||||
Components.MY_TASKS_ASSISTANT => new(Event.SEND_TO_MY_TASKS_ASSISTANT, Routes.ASSISTANT_MY_TASKS),
|
Components.MY_TASKS_ASSISTANT => new(Event.SEND_TO_MY_TASKS_ASSISTANT, Routes.ASSISTANT_MY_TASKS),
|
||||||
Components.JOB_POSTING_ASSISTANT => new(Event.SEND_TO_JOB_POSTING_ASSISTANT, Routes.ASSISTANT_JOB_POSTING),
|
Components.JOB_POSTING_ASSISTANT => new(Event.SEND_TO_JOB_POSTING_ASSISTANT, Routes.ASSISTANT_JOB_POSTING),
|
||||||
|
Components.DOCUMENT_ANALYSIS_ASSISTANT => new(Event.SEND_TO_DOCUMENT_ANALYSIS_ASSISTANT, Routes.ASSISTANT_DOCUMENT_ANALYSIS),
|
||||||
|
|
||||||
Components.CHAT => new(Event.SEND_TO_CHAT, Routes.CHAT),
|
Components.CHAT => new(Event.SEND_TO_CHAT, Routes.CHAT),
|
||||||
|
|
||||||
|
|||||||
@ -47,4 +47,5 @@ public enum Event
|
|||||||
SEND_TO_SYNONYMS_ASSISTANT,
|
SEND_TO_SYNONYMS_ASSISTANT,
|
||||||
SEND_TO_MY_TASKS_ASSISTANT,
|
SEND_TO_MY_TASKS_ASSISTANT,
|
||||||
SEND_TO_JOB_POSTING_ASSISTANT,
|
SEND_TO_JOB_POSTING_ASSISTANT,
|
||||||
|
SEND_TO_DOCUMENT_ANALYSIS_ASSISTANT,
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user