struct DimeAI::Profile::PromtTweaks
- DimeAI::Profile::PromtTweaks
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
dimeai.crConstructors
- .new(global_pre_prompts : Array(NamedTuple(role: String, content: String)), each_user_message_prefix : String, each_user_message_postfix : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #each_user_message_prefix : String
- #global_pre_prompts : Array(NamedTuple(role: String, content: String))
Constructor Detail
def self.new(global_pre_prompts : Array(NamedTuple(role: String, content: String)), each_user_message_prefix : String, each_user_message_postfix : String)
#