Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bink Assistant - Coggle Diagram
Bink Assistant
User request
Tasks identifier AI
This AI needs to identify what tasks the user is asking to be performed and is in charge of responding with a list of other AIs to be dispatched to complete the task. This AI must be extremely fast and should be hyper trained on just identifying what
-
-
-
-
-
-
-
General conversation API
Conversational AI
Response AI
Text-to-Audio AI
-
This AI can be an untrained, coherent, reliable and artifact free text-to-speech model. The metric to optimize here is general coherence and lack of artifacts. Examples of good candidates would be GPT-4
This AI must ingest the aggregate data of all AI responses that occurred during the response chain and format a response that may be accompanied by documents or hyperlinks. This response must be highly coherent and easily translated into audio via a text-to-audio AI
Ingest conversation history to better converse. This can be GPT 4 or another conversational AI. Try to somewhat mimic style and tone of user.
If the user request does not ask for any tasks to be done yet is coherent and indicating of continued personable conversation.
Invalid, incomplete or incoherent request
If the response does not make any sense, more information is required or the request is otherwise impossible to classify with certainty then the AI must hit this endpoint. Formats an analysis of the reasons why it hit this endpoint and passes it to the response AI.
-