API Reference
    Preparing search index...

    Options for the BedrockAgentFunctionResolver class

    type ResolverOptions = {
        logger?: Pick<GenericLogger, "debug" | "warn" | "error">;
    }
    Index

    Properties

    Properties

    logger?: Pick<GenericLogger, "debug" | "warn" | "error">

    A logger instance to be used for logging debug, warning, and error messages.

    When no logger is provided, we'll only log warnings and errors using the global console object.