Skip to main content

is_read_only

Function is_read_only 

Source
pub fn is_read_only(tool_id: &str) -> bool
Expand description

Returns true if tool_id identifies a known read-only tool that is safe to dispatch concurrently with other read-only tool calls.

Unknown or side-effecting tools return false and must be executed sequentially to preserve ordering semantics.