You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the default prompt configuration in the model config is called prompt. But, depending on the connector details and/or model interfaces, the field could be called something other than prompt, or in some different format than just string. To support these other use cases easier, we should make the hardcoded logic more generic, but still having sufficient presets available.
The text was updated successfully, but these errors were encountered:
Marking as complete for now, abstracted into a constant via #403. Remaining flexibility work will all be dependent on the preset connectors and having a standard pattern, which we do not have for now. When that is standardized, we can revisit if this needs to be updated or more flexible to handle different ways prompts/inputs to LLMs are handled.
Currently, the default prompt configuration in the model config is called
prompt
. But, depending on the connector details and/or model interfaces, the field could be called something other thanprompt
, or in some different format than juststring
. To support these other use cases easier, we should make the hardcoded logic more generic, but still having sufficient presets available.The text was updated successfully, but these errors were encountered: