langchain.js
Preparing search index...
langsmith
schemas
InvocationParamsSchema
Interface InvocationParamsSchema
interface
InvocationParamsSchema
{
ls_max_tokens
?:
number
;
ls_model_name
?:
string
;
ls_model_type
:
"llm"
|
"chat"
;
ls_provider
?:
string
;
ls_stop
?:
string
[]
;
ls_temperature
?:
number
;
}
Index
Properties
ls_
max_
tokens?
ls_
model_
name?
ls_
model_
type
ls_
provider?
ls_
stop?
ls_
temperature?
Properties
Optional
ls_
max_
tokens
ls_max_tokens
?:
number
Optional
ls_
model_
name
ls_model_name
?:
string
ls_
model_
type
ls_model_type
:
"llm"
|
"chat"
Optional
ls_
provider
ls_provider
?:
string
Optional
ls_
stop
ls_stop
?:
string
[]
Optional
ls_
temperature
ls_temperature
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ls_
max_
tokens
ls_
model_
name
ls_
model_
type
ls_
provider
ls_
stop
ls_
temperature
langchain.js
Loading...