Learn how to configure the perception layer with Raven to enable the real-time visual understanding.
layers.perception
object:
perception_model
raven-0
(default and recommended): Advanced visual capabilities, including screen share support, ambient queries, and perception tools.basic
: Legacy model with limited features.off
: Disables the perception layer.raven-0
, screen share feature is enabled by default without additional configuration.ambient_awareness_queries
raven-0
continuously monitors in the visual stream.
perception_analysis_queries
raven-0
processes at the end of the call to generate a visual analysis summary for the user.
ambient_awareness_queries
in order to use perception_analysis_queries
.ambient_awareness_queries
and perception_analysis_queries
:perception_tool_prompt
raven-0
when and how to trigger tools based on what it sees.
perception_tools
raven-0
can trigger upon detecting specific visual conditions. Each tool must include a type
and a function
object detailing its schema.
raven-0
will generate a visual summary including all detected visual artifacts. This will be sent as a Perception Analysis event to the conversation callback (if specified).
raven-0
specified in the Perception Layer.ambient_awareness_queries
perception_analysis_queries