Skip to main content
Version: Beta

Update Profile

Update the summarization Profile that specifies both prompting instructions and session context configuration.

Path Parameters
    id string required

    Client defined ID representing this profile to be used in profile management API calls and to specify when performing session analysis.

Request Body required
    configuration object optional

    Configuration used to customize session context presented to Generativev AI for analysis.

    exclude_selectors boolean optional
    exclude_org_context boolean optional
    exclude_user_context boolean optional
    exclude_location boolean optional
    exclude_device boolean optional
    exclude_defined_events boolean optional
    exclude_event_timestamps boolean optional
    trim_to_last_n_selectors int32 optional
    exclude_event_types string[] optional
    include_event_types string[] optional
    exclude_display_elements boolean optional
    exclude_api_events boolean optional
    include_screenshots boolean optional
    screenshot_event_types string[] optional
    crop_screenshots_to_selector boolean optional
    include_tree_snapshots boolean optional
    exclude_descriptions boolean optional
    full_page_screenshots boolean optional
    enable_event_cache boolean optional
    pre_prompt string optional

    Text to be included in the Generative AI prompt before including the contextual representation of the requested session.

    post_prompt string optional

    Text to be included in the Generative AI prompt before including the contextual representation of the requested session.

    output_schema Optional JSON Schema to define output optional

    JSON schema to provide to Generative AI for formatting of result and to be used to validate the proper output format.

    model string optional

    Possible values: [GEMINI_2_FLASH, GEMINI_2_FLASH_LITE]

    Generative AI large language model to use.

    temperature float optional

    Controls the randomness of text generated by a large language model.

Responses
200

A successful response.


{}
Loading...