@deskcreate/agentcraft
    Preparing search index...

    Interface CachePolicy

    interface CachePolicy {
        requireCachedFor?: string[];
    }
    Index

    Properties

    requireCachedFor?: string[]

    Tool names that must have a cache hit before the run proceeds. If any named tool has no cached result at tool-call time, the run fails closed instead of executing the expensive tool.