@okcashpro/okai v0.1.7-alpha.1 / Validator
Type Alias: Validator()
Validator: (
runtime
,message
,state
?) =>Promise
<boolean
>
Validator function type for actions/evaluators
Parameters
• runtime: IAgentRuntime
• message: Memory
• state?: State
Returns
Promise
<boolean
>