};
}
type: ActionType.ChatToolCallReady,
turnId,
toolCallId: state.toolCallId,
invocationMessage: state.invocationMessage,
toolInput: state.toolInput,
confirmed: ToolCallConfirmationReason.NotNeeded,
...(state._meta ? { _meta: state._meta } : {}),
};