hi, just saw that execution plan has made it to the release, i was thinking that is it possible to tag the plans/steps? for example, i want to identify which plan/step is being used right now,.
for example, i have a plan for providing openai config layer, so i have three provider, all uses openai client config layer with just different key and url
so Plan({ openrouter }, { deepseek }, { openai }), and in effect, i want to know in the effect that which plan/step is being used for telemetry/debug purpose