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 d10b31d commit f8b1552Copy full SHA for f8b1552
datasets.go
@@ -25,7 +25,7 @@ type Dataset struct {
25
type datasetRequest struct {
26
Input string `json:"input"`
27
Workspace string `json:"workspace"`
28
- DatasetToolRepo string `json:"datasetToolRepo"`
+ DatasetToolRepo string `json:"dataset_tool_repo"`
29
}
30
31
type createDatasetArgs struct {
0 commit comments