We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f394 commit 5f25bb4Copy full SHA for 5f25bb4
llm/binding_test.go
@@ -29,7 +29,7 @@ func TestExplainWithOptions(t *testing.T) {
29
d, mockHTTPClient := getHTTPMockedBinding(t)
30
31
explainResponseJSON := explainResponse{
32
- Status: completeStatus,
+ Status: completeStatus,
33
Explanation: map[string]string{
34
"explanation1": "This is the first explanation",
35
"explanation2": "this is the second explanation",
0 commit comments