File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8484 :status " prompting" }
8585 resp))
8686
87+ (match-content chat-id " system" {:type " metadata" :title " Some Cool Title" })
8788 (match-content chat-id " user" {:type " text" :text " What foo?\n " })
8889 (match-content chat-id " system" {:type " progress" :state " running" :text " Waiting model" })
8990 (match-content chat-id " system" {:type " progress" :state " running" :text " Generating" })
Original file line number Diff line number Diff line change 8484 :status " prompting" }
8585 resp))
8686
87+ (match-content chat-id " system" {:type " metadata" :title " Some Cool Title" })
8788 (match-content chat-id " user" {:type " text" :text " What foo?\n " })
8889 (match-content chat-id " system" {:type " progress" :state " running" :text " Waiting model" })
8990 (match-content chat-id " system" {:type " progress" :state " running" :text " Generating" })
Original file line number Diff line number Diff line change 112112 false )
113113 (if (string/includes? (:content (first (:messages body))) llm.mocks/chat-title-generator-str)
114114 (do
115- (Thread/sleep 2000 ) ; ; avoid tests failing with mismatch order of contents
115+ (Thread/sleep 3000 ) ; ; avoid tests failing with mismatch order of contents
116116 (chat-title-text-0 ch))
117117 (do
118118 (llm.mocks/set-req-body! llm.mocks/*case* normalized-body)
You can’t perform that action at this time.
0 commit comments