Skip to content

Commit 4023787

Browse files
committed
docs: name of type
1 parent 77c4a00 commit 4023787

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

docs/api/get-element-selectors.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ parseElements API is a function.
99
```ts
1010
function getElementSelectors(
1111
HTML: string,
12-
content: string | XCrawlOpenAIGetElementSelectorsContentOptions,
13-
option?: XCrawlOpenAICommonAPIOtherOption
14-
): Promise<XCrawlOpenAIGetElementSelectorsResult>
12+
content: string | CrawlOpenAIGetElementSelectorsContentOptions,
13+
option?: CrawlOpenAICommonAPIOtherOption
14+
): Promise<CrawlOpenAIGetElementSelectorsResult>
1515
```
1616

1717
**Parameter Type:**
1818

19-
- View the [XCrawlOpenAIGetElementSelectorsContentOptions](/type/get-element-selectors#crawlopenaigetelementselectorscontentoptions) type
20-
- View the [XCrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
19+
- View the [CrawlOpenAIGetElementSelectorsContentOptions](/type/get-element-selectors#crawlopenaigetelementselectorscontentoptions) type
20+
- View the [CrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
2121

2222
**Return value type:**
2323

24-
- View the [XCrawlOpenAIGetElementSelectorsResult](/type/get-element-selectors#crawlopenaigetelementselectorsresult) type
24+
- View the [CrawlOpenAIGetElementSelectorsResult](/type/get-element-selectors#crawlopenaigetelementselectorsresult) type
2525

2626
## Example
2727

docs/api/help.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ help API is a function.
99
```ts
1010
function help(
1111
content: string,
12-
option?: XCrawlOpenAICommonAPIOtherOption
12+
option?: CrawlOpenAICommonAPIOtherOption
1313
): Promise<string>
1414
```
1515

1616
**Parameter Type:**
1717

18-
- View the [XCrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
18+
- View the [CrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
1919

2020
## Example
2121

docs/api/parse-elements.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ parseElements API is a function.
99
```ts
1010
function parseElements<T extends Record<string, string>>(
1111
HTML: string,
12-
content: string | XCrawlOpenAIParseElementsContentOptions,
13-
option?: XCrawlOpenAICommonAPIOtherOption
14-
): Promise<XCrawlOpenAIParseElementsResult<T>>
12+
content: string | CrawlOpenAIParseElementsContentOptions,
13+
option?: CrawlOpenAICommonAPIOtherOption
14+
): Promise<CrawlOpenAIParseElementsResult<T>>
1515
```
1616

1717
**Parameter Type:**
1818

19-
- View the [XCrawlOpenAIParseElementsContentOptions](/type/parse-elements#crawlopenaiparseelementscontentoptions) type
20-
- View the [XCrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
19+
- View the [CrawlOpenAIParseElementsContentOptions](/type/parse-elements#crawlopenaiparseelementscontentoptions) type
20+
- View the [CrawlOpenAICommonAPIOtherOption](/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) type
2121

2222
**Return value type:**
2323

24-
- View the [XCrawlOpenAIParseElementsResult](/type/parse-elements#crawlopenaiparseelementsresult) type
24+
- View the [CrawlOpenAIParseElementsResult](/type/parse-elements#crawlopenaiparseelementsresult) type
2525

2626
## Example
2727

docs/cn/api/get-element-selectors.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ parseElements API 是一个函数。
99
```ts
1010
function getElementSelectors(
1111
HTML: string,
12-
content: string | XCrawlOpenAIGetElementSelectorsContentOptions,
13-
option?: XCrawlOpenAICommonAPIOtherOption
14-
): Promise<XCrawlOpenAIGetElementSelectorsResult>
12+
content: string | CrawlOpenAIGetElementSelectorsContentOptions,
13+
option?: CrawlOpenAICommonAPIOtherOption
14+
): Promise<CrawlOpenAIGetElementSelectorsResult>
1515
```
1616

1717
**参数类型:**
1818

19-
- 查看 [XCrawlOpenAIGetElementSelectorsContentOptions](/cn/type/get-element-selectors#crawlopenaigetelementselectorscontentoptions) 类型
20-
- 查看 [XCrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
19+
- 查看 [CrawlOpenAIGetElementSelectorsContentOptions](/cn/type/get-element-selectors#crawlopenaigetelementselectorscontentoptions) 类型
20+
- 查看 [CrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
2121

2222
**返回值类型:**
2323

24-
- 查看 [XCrawlOpenAIGetElementSelectorsResult](/cn/type/get-element-selectors#crawlopenaigetelementselectorsresult) 类型
24+
- 查看 [CrawlOpenAIGetElementSelectorsResult](/cn/type/get-element-selectors#crawlopenaigetelementselectorsresult) 类型
2525

2626
## 示例
2727

docs/cn/api/help.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ help API 是一个函数。
99
```ts
1010
function help(
1111
content: string,
12-
option?: XCrawlOpenAICommonAPIOtherOption
12+
option?: CrawlOpenAICommonAPIOtherOption
1313
): Promise<string>
1414
```
1515

1616
**参数类型:**
1717

18-
- 查看 [XCrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
18+
- 查看 [CrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
1919

2020
## 示例
2121

docs/cn/api/parse-elements.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ parseElements API 是一个函数。
99
```ts
1010
function parseElements<T extends Record<string, string>>(
1111
HTML: string,
12-
content: string | XCrawlOpenAIParseElementsContentOptions,
13-
option?: XCrawlOpenAICommonAPIOtherOption
14-
): Promise<XCrawlOpenAIParseElementsResult<T>>
12+
content: string | CrawlOpenAIParseElementsContentOptions,
13+
option?: CrawlOpenAICommonAPIOtherOption
14+
): Promise<CrawlOpenAIParseElementsResult<T>>
1515
```
1616

1717
**参数类型:**
1818

19-
- 查看 [XCrawlOpenAIParseElementsContentOptions](/cn/type/parse-elements#crawlopenaiparseelementscontentoptions) 类型
20-
- 查看 [XCrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
19+
- 查看 [CrawlOpenAIParseElementsContentOptions](/cn/type/parse-elements#crawlopenaiparseelementscontentoptions) 类型
20+
- 查看 [CrawlOpenAICommonAPIOtherOption](/cn/type/crawl-openai-other-config#crawlopenaicommonapiotheroption) 类型
2121

2222
**返回值类型:**
2323

24-
- 查看 [XCrawlOpenAIParseElementsResult](/cn/type/parse-elements#crawlopenaiparseelementsresult) 类型
24+
- 查看 [CrawlOpenAIParseElementsResult](/cn/type/parse-elements#crawlopenaiparseelementsresult) 类型
2525

2626
## 示例
2727

0 commit comments

Comments
 (0)