langchain.js
Preparing search index...
@langchain/community
experimental/llms/chrome_ai
ChromeAIInputs
Interface ChromeAIInputs
interface
ChromeAIInputs
{
systemPrompt
?:
string
;
temperature
?:
number
;
topK
?:
number
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
ChromeAIInputs
Index
Properties
system
Prompt?
temperature?
top
K?
Properties
Optional
system
Prompt
systemPrompt
?:
string
Optional
temperature
temperature
?:
number
Optional
top
K
topK
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
system
Prompt
temperature
top
K
langchain.js
Loading...