Access toolRunId inside tool's execute function
Hello. I need to access toolRunId in execute function of currently running tool. As I see, it doesn't exist on ToolExecutionContext. Is there any workarounds to reach it?
toolCallId is available!execute(args, {toolCallId}) {
}toolCallId