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 e28e3e8 commit 122ebdfCopy full SHA for 122ebdf
pkg/server/ai_interface.go
@@ -1,5 +1,5 @@
1
/*
2
-Copyright 2024 API Testing Authors.
+Copyright 2025 API Testing Authors.
3
4
Licensed under the Apache License, Version 2.0 (the "License");
5
you may not use this file except in compliance with the License.
@@ -55,4 +55,4 @@ type PluginResponse struct {
55
Success bool `json:"success"` // Whether request succeeded
56
Data interface{} `json:"data"` // Response data
57
Error string `json:"error"` // Error message if failed
58
-}
+}
0 commit comments