File tree Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Expand file tree Collapse file tree 6 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ parseElements API is a function.
99``` ts
1010function 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
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ help API is a function.
99``` ts
1010function 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
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ parseElements API is a function.
99``` ts
1010function 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
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ parseElements API 是一个函数。
99``` ts
1010function 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
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ help API 是一个函数。
99``` ts
1010function 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
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ parseElements API 是一个函数。
99``` ts
1010function 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
You can’t perform that action at this time.
0 commit comments