+
+
+
Functions to integrate different back-ends
+
+
+
+
Usage
+
m_backend_prompt(backend, additional)
+
+m_backend_submit(backend, x, prompt)
+
+
+
+
Arguments
+
+
+
- backend
+An mall_defaults
object
+
+
+- additional
+Additional text to insert to the base_prompt
+
+
+- x
+The body of the text to be submitted to the LLM
+
+
+- prompt
+The additional information to add to the submission
+
+
+
+
Value
+
m_backend_submit
does not return an object. m_backend_prompt
+returns a list of functions that contain the base prompts.
+
+
+