OpenClaw SDK
    Preparing search index...

    Interface AgentsFilesSetParams

    interface AgentsFilesSetParams {
        agentId: string;
        path: string;
        content: string;
    }
    Index

    Properties

    Properties

    agentId: string
    path: string
    content: string