Skip to content

Commit a50bef6

Browse files
committed
ignore: cleanup
1 parent ed397c5 commit a50bef6

12 files changed

Lines changed: 297 additions & 1048 deletions

File tree

packages/sdk/.github/workflows/ci.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

packages/sdk/.github/workflows/publish-npm.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

packages/sdk/.github/workflows/release-doctor.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/sdk/go/.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-2ebd9d5478864042a2e01b4995f42acbc39069fa7fcccd1c2e567366ee6c243d.yml
3-
openapi_spec_hash: 2a34451b288ea30af1cb61332c417c2a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-52fd0b61e84fdc1cdd31ec12e1600510e9dd2f9d4fb20c2315b4975cb763ee98.yml
3+
openapi_spec_hash: e851b8d5a2412f5fc9be82ab88ebdfde
44
config_hash: 11a6f0803eb407367c3f677d3e524c37

packages/sdk/go/app.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ type Mode struct {
151151
Model ModeModel `json:"model"`
152152
Prompt string `json:"prompt"`
153153
Temperature float64 `json:"temperature"`
154+
TopP float64 `json:"topP"`
154155
JSON modeJSON `json:"-"`
155156
}
156157

@@ -161,6 +162,7 @@ type modeJSON struct {
161162
Model apijson.Field
162163
Prompt apijson.Field
163164
Temperature apijson.Field
165+
TopP apijson.Field
164166
raw string
165167
ExtraFields map[string]apijson.Field
166168
}

0 commit comments

Comments
 (0)