Represents a tool rule configuration where if this tool gets called, it must continue the agent loop.
@type t() :: %LettaAPI.Model.ContinueToolRule{ tool_name: String.t(), type: String.t() | nil }