@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 347 B
TypeScript
import type { ParsedCommitment } from '../../../commitments/_base/ParsedCommitment';
/**
* Resolves the last INITIAL MESSAGE commitment, which is the public initial-message value.
*
* @private internal utility of `parseAgentSource`
*/
export declare function extractInitialMessage(commitments: ReadonlyArray<ParsedCommitment>): string | null;