diff options
Diffstat (limited to 'packages/web/src/content/docs/zh-tw/sdk.mdx')
| -rw-r--r-- | packages/web/src/content/docs/zh-tw/sdk.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/zh-tw/sdk.mdx b/packages/web/src/content/docs/zh-tw/sdk.mdx index 8e86c00d1..e9877fb59 100644 --- a/packages/web/src/content/docs/zh-tw/sdk.mdx +++ b/packages/web/src/content/docs/zh-tw/sdk.mdx @@ -234,7 +234,7 @@ const { providers, default: defaults } = await client.config.providers() | `session.create({ body })` | 創建會話 | 返回 <a href={typesUrl}><code>Session</code></a> | | `session.delete({ path })` | 刪除會話 | 返回 `boolean` | | `session.update({ path, body })` | 更新會話屬性 | 返回 <a href={typesUrl}><code>Session</code></a> | -| `session.init({ path, body })` | 分析應用程序並創建`AGENTS.md` | 返回 `boolean` | +| `session.init({ path, body })` | 分析應用程式並創建`AGENTS.md` | 返回 `boolean` | | `session.abort({ path })` | 中止正在運行的會話 | 返回 `boolean` | | `session.share({ path })` | 分享會 | 返回 <a href={typesUrl}><code>Session</code></a> | | `session.unshare({ path })` | 取消共享會話 | 返回 <a href={typesUrl}><code>Session</code></a> | |
