Skip to content

Commit eedbc55

Browse files
docs: fix typo, fix repoc/git-based agent mounts ignoring custom mount paths (#8537)
1 parent 76f0a17 commit eedbc55

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 109
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-2b3cbb2a02e1e261f8d057e6ed0f10d109c8a19ddc95b87438dd2dab0f07f894.yml
3-
openapi_spec_hash: a7730acfaa14d18dc3c0258841efc150
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-495200aa8fb3721ab54c9369b6e92098b2eaf253089e625c93d701a235a10754.yml
3+
openapi_spec_hash: 8933118cf53fdc6cafb6c43041f07b53
44
config_hash: ecb1ff09d29b565ed1452b5e0362e64d

src/resources/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export interface BrokerMount {
186186
export interface CodeMountParameters {
187187
/**
188188
* The name of the repo to mount. By default, code will be mounted at
189-
* /home/user/{repo_name}s.
189+
* /home/user/{repo_name}.
190190
*/
191191
repo_name: string;
192192

@@ -324,7 +324,7 @@ export namespace Mount {
324324
export interface CodeMount {
325325
/**
326326
* The name of the repo to mount. By default, code will be mounted at
327-
* /home/user/{repo_name}s.
327+
* /home/user/{repo_name}.
328328
*/
329329
repo_name: string;
330330

0 commit comments

Comments
 (0)