langchain.js
Preparing search index...
@langchain/community
llms/raycast
RaycastAIInput
Interface RaycastAIInput
The input parameters for the RaycastAI class, which extends the BaseLLMParams interface.
interface
RaycastAIInput
{
creativity
?:
number
;
model
?:
Model
;
rateLimitPerMinute
?:
number
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
RaycastAIInput
Implemented by
RaycastAI
Index
Properties
creativity?
model?
rate
Limit
Per
Minute?
Properties
Optional
creativity
creativity
?:
number
Optional
model
model
?:
Model
Optional
rate
Limit
Per
Minute
rateLimitPerMinute
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creativity
model
rate
Limit
Per
Minute
langchain.js
Loading...
The input parameters for the RaycastAI class, which extends the BaseLLMParams interface.