File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
integration-test/integration Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 3838 " openai/o4-mini" ]]
3939 (testing " initialize request with default config"
4040 (is (match?
41- {:models models
42- :chatDefaultModel " anthropic/claude-sonnet-4-5-20250929"
43- :chatBehaviors [" agent" " plan" ]
44- :chatDefaultBehavior " plan"
45- :chatWelcomeMessage (m/pred #(string/includes? % " Welcome to ECA!" ))}
41+ {:chatWelcomeMessage (m/pred #(string/includes? % " Welcome to ECA!" ))}
4642 (eca/request! (fixture/initialize-request
4743 {:initializationOptions (merge fixture/default-init-options
4844 {:chat {:defaultBehavior " plan" }})})))))
105101 " openai/o4-mini" ]]
106102 (testing " initialize request with custom providers"
107103 (is (match?
108- {:models models
109- :chatDefaultModel " my-custom/bar-2"
110- :chatBehaviors [" agent" " plan" ]
111- :chatDefaultBehavior " agent"
112- :chatWelcomeMessage (m/pred #(string/includes? % " Welcome to ECA!" ))}
104+ {:chatWelcomeMessage (m/pred #(string/includes? % " Welcome to ECA!" ))}
113105 (eca/request! (fixture/initialize-request
114106 {:initializationOptions (merge fixture/default-init-options
115107 {:defaultModel " my-custom/bar-2"
You can’t perform that action at this time.
0 commit comments