lloyal-agents API Reference
    Preparing search index...

    Interface SharedRootOptions

    Configuration for withSharedRoot

    interface SharedRootOptions {
        systemPrompt: string;
        params?: SamplingParams;
        tools?: string;
    }
    Index

    Properties

    systemPrompt: string

    System prompt to tokenize and prefill into the shared root

    params?: SamplingParams

    Sampling parameters for the root branch

    tools?: string

    JSON-serialized tool schemas for tool-aware prompt formatting