fix(docs): locale translations
This commit is contained in:
@@ -123,7 +123,7 @@ SDK は、タイプセーフなクライアントを通じてすべてのサー
|
||||
|
||||
---
|
||||
|
||||
### グローバル
|
||||
### Global
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ----------------- | -------------------------------------- | ------------------------------------ |
|
||||
@@ -140,7 +140,7 @@ console.log(health.data.version)
|
||||
|
||||
---
|
||||
|
||||
### アプリ
|
||||
### App
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| -------------- | ------------------------------------------ | ------------------------------------------- |
|
||||
@@ -167,7 +167,7 @@ const agents = await client.app.agents()
|
||||
|
||||
---
|
||||
|
||||
### プロジェクト
|
||||
### Project
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ------------------- | -------------------------------- | --------------------------------------------- |
|
||||
@@ -188,7 +188,7 @@ const currentProject = await client.project.current()
|
||||
|
||||
---
|
||||
|
||||
### パス
|
||||
### Path
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ------------ | ---------------- | ---------------------------------------- |
|
||||
@@ -205,7 +205,7 @@ const pathInfo = await client.path.get()
|
||||
|
||||
---
|
||||
|
||||
### 構成
|
||||
### Config
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| -------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
||||
@@ -224,7 +224,7 @@ const { providers, default: defaults } = await client.config.providers()
|
||||
|
||||
---
|
||||
|
||||
### セッション
|
||||
### Sessions
|
||||
|
||||
| 方法 | 説明 | メモ |
|
||||
| ---------------------------------------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
@@ -281,7 +281,7 @@ await client.session.prompt({
|
||||
|
||||
---
|
||||
|
||||
### ファイル
|
||||
### Files
|
||||
|
||||
| Method | Description | Response |
|
||||
| ------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------- |
|
||||
@@ -322,7 +322,7 @@ const content = await client.file.read({
|
||||
|
||||
---
|
||||
|
||||
### トゥイ
|
||||
### TUI
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ------------------------------ | -------------------------------- | --------- |
|
||||
@@ -353,7 +353,7 @@ await client.tui.showToast({
|
||||
|
||||
---
|
||||
|
||||
### 認証
|
||||
### Auth
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ------------------- | ---------------------- | --------- |
|
||||
@@ -372,7 +372,7 @@ await client.auth.set({
|
||||
|
||||
---
|
||||
|
||||
### イベント
|
||||
### Events
|
||||
|
||||
| 方法 | 説明 | 応答 |
|
||||
| ------------------- | ------------------------------- | ------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user