Commit 26f9864a authored by Cloud User's avatar Cloud User

json raw msg

parent 67f4de24
...@@ -597,8 +597,8 @@ func batchToQuestDb(done chan interface{}, reqStream chan pbUpstream.TaskContent ...@@ -597,8 +597,8 @@ func batchToQuestDb(done chan interface{}, reqStream chan pbUpstream.TaskContent
} }
type ResponseJson struct { type ResponseJson struct {
Task ResponseTask `json:"task"` Task ResponseTask `json:"task"`
Output []byte `json:"output"` Output json.RawMessage `json:"output"`
} }
type ResponseTask struct { type ResponseTask struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment