If you run your queries within transactions (implicit or explicit) then nothing should be broken.
If you run your queries within transactions (implicit or explicit) then nothing should be broken.
this.ctx.id.name to return me the string used when calling const stub = env.MY_DO.idFromName('foo') - it works fine if I try it on the stub (e.g. stub.name), but it doesn't work inside the DO itself if I try this.ctx.id.name - it's undefined. The ID itself is there, but considering the type is of DurableObjectId I expected to be able to get the name too - is this not the case?name available on there at all is really considering it can only be called right after you retrieved a DO with said string agents-sdk (congrulations on the launch) and it looks like it’s based on Durable Objects and one of the examples makes a fetch request to an AI provider, but aren’t Durable Objects charged based on wall time? I was curious if it makes sense to make these these long running AI requests from a DO from a pricing point of view. Is this expected to change anytime soon?agents-sdk