This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
spec/lib/modules/ai_bot/tools Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4444 } ,
4545 bot_user : bot_user ,
4646 llm : llm_model . to_llm ,
47+ persona_options : {
48+ "update_algorithm" => "full" ,
49+ } ,
4750 context : {
4851 post_id : post . id ,
4952 } ,
8790 { artifact_id : artifact . id , instructions : "Update only JavaScript" } ,
8891 bot_user : bot_user ,
8992 llm : llm_model . to_llm ,
93+ persona_options : {
94+ "update_algorithm" => "full" ,
95+ } ,
9096 context : {
9197 post_id : post . id ,
9298 } ,
154160 { artifact_id : artifact . id , instructions : "Just update the HTML" } ,
155161 bot_user : bot_user ,
156162 llm : llm_model . to_llm ,
163+ persona_options : {
164+ "update_algorithm" => "full" ,
165+ } ,
157166 context : {
158167 post_id : post . id ,
159168 } ,
184193 { artifact_id : artifact . id , instructions : "Update to version 1" } ,
185194 bot_user : bot_user ,
186195 llm : llm_model . to_llm ,
196+ persona_options : {
197+ "update_algorithm" => "full" ,
198+ } ,
187199 context : {
188200 post_id : post . id ,
189201 } ,
209221 } ,
210222 bot_user : bot_user ,
211223 llm : llm_model . to_llm ,
224+ persona_options : {
225+ "update_algorithm" => "full" ,
226+ } ,
212227 context : {
213228 post_id : post . id ,
214229 } ,
You can’t perform that action at this time.
0 commit comments