@crewx/sdk 0.9.0-rc.37 → 0.9.0-rc.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -128,7 +128,7 @@ const result = await crewx.query('assistant', 'Translate to Korean', {
128
128
  });
129
129
  ```
130
130
 
131
- > **Note**: `'@assistant'` 형태도 동작합니다 (CLI 호환). SDK에서는 bare id가 권장됩니다.
131
+ > **Note**: The `'@assistant'` form also works (CLI-compatible). The SDK recommends using the bare id.
132
132
 
133
133
  **Returns**: [`QueryResult`](#queryresult)
134
134